Add USES=charsetfix, while here do not try to remove directory not created by the port/package
This commit is contained in:
parent
8eaeeb69a1
commit
e8bb25be40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318990
@ -21,12 +21,13 @@ CONFIGURE_ARGS= --program-prefix=g --disable-uucode
|
||||
INSTALL_TARGET= install install-man
|
||||
MAN1= gshar.1 gunshar.1
|
||||
INFO= sharutils
|
||||
USES= charsetfix
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
PLIST_SUB+= NLS=""
|
||||
USES= gettext
|
||||
USES+= gettext
|
||||
CONFIGURE_ARGS+=--with-libintl-prefix="${LOCALBASE}"
|
||||
.else
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
|
@ -27,5 +27,3 @@ bin/gunshar
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/sharutils.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/sharutils.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/sharutils.mo
|
||||
%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES
|
||||
%%NLS%%@dirrmtry share/locale/rw
|
||||
|
Loading…
Reference in New Issue
Block a user