1: fix pkg-plist
2: fix WITH_ logical. Notified by: kris@
This commit is contained in:
parent
704cd7c429
commit
256887f6ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139037
4 changed files with 6 additions and 4 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= gcin
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ \
|
||||
http://edt1023.sayya.org/gcin/source/ \
|
||||
|
@ -25,7 +26,6 @@ USE_BZIP2= YES
|
|||
GNU_CONFIGURE= YES
|
||||
USE_GNOME= gtk20
|
||||
USE_GMAKE= YES
|
||||
PLIST_SUB+= BOSHIAMY="@comment "
|
||||
|
||||
MAN1= gcin.1 gcin2tab.1
|
||||
|
||||
|
@ -54,6 +54,8 @@ post-extract:
|
|||
post-patch:
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-data-Makefile
|
||||
PLIST_SUB+= BOSHIAMY=""
|
||||
.else
|
||||
PLIST_SUB+= BOSHIAMY="@comment "
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -27,7 +27,6 @@ lib/libgcin-im-client.so
|
|||
%%DATADIR%%/table/ibm.kbm
|
||||
%%DATADIR%%/table/jyutping.gtab
|
||||
%%DATADIR%%/table/kana-nippon.gtab
|
||||
%%DATADIR%%/table/nippon.gtab
|
||||
%%BOSHIAMY%%%%DATADIR%%/table/noseeing.gtab
|
||||
%%DATADIR%%/table/pho-huge.tab
|
||||
%%DATADIR%%/table/pho.tab
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= gcin
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= http://www.csie.nctu.edu.tw/~cp76/gcin/download/ \
|
||||
http://edt1023.sayya.org/gcin/source/ \
|
||||
|
@ -25,7 +26,6 @@ USE_BZIP2= YES
|
|||
GNU_CONFIGURE= YES
|
||||
USE_GNOME= gtk20
|
||||
USE_GMAKE= YES
|
||||
PLIST_SUB+= BOSHIAMY="@comment "
|
||||
|
||||
MAN1= gcin.1 gcin2tab.1
|
||||
|
||||
|
@ -54,6 +54,8 @@ post-extract:
|
|||
post-patch:
|
||||
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-data-Makefile
|
||||
PLIST_SUB+= BOSHIAMY=""
|
||||
.else
|
||||
PLIST_SUB+= BOSHIAMY="@comment "
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
|
|
@ -27,7 +27,6 @@ lib/libgcin-im-client.so
|
|||
%%DATADIR%%/table/ibm.kbm
|
||||
%%DATADIR%%/table/jyutping.gtab
|
||||
%%DATADIR%%/table/kana-nippon.gtab
|
||||
%%DATADIR%%/table/nippon.gtab
|
||||
%%BOSHIAMY%%%%DATADIR%%/table/noseeing.gtab
|
||||
%%DATADIR%%/table/pho-huge.tab
|
||||
%%DATADIR%%/table/pho.tab
|
||||
|
|
Loading…
Reference in a new issue