mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
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
2 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue