mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- fix package for WITHOUT_NLS=yes
This commit is contained in:
parent
7b4e3eab41
commit
b09eea02af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125034
@ -43,6 +43,12 @@ CONFIGURE_ARGS+=--with-openssl-inc=${OPENSSLINC}
|
||||
CONFIGURE_ARGS+=--with-openssl-lib=${OPENSSLLIB}
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_NLS)
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.else
|
||||
PLIST_SUB+= NLS=""
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -e 's=/usr/share/licq=${PREFIX}/share/licq=' \
|
||||
${WRKSRC}/src/licq.conf.h
|
||||
|
@ -108,7 +108,7 @@ share/licq/utilities/talk.utility
|
||||
share/licq/utilities/traceroute.utility
|
||||
share/licq/utilities/vnc.utility
|
||||
share/licq/utilities/xtraceroute.utility
|
||||
share/locale/de/LC_MESSAGES/licq.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/licq.mo
|
||||
@dirrm include/licq
|
||||
@dirrm lib/licq
|
||||
@dirrm share/licq/sounds/fun
|
||||
|
@ -43,6 +43,12 @@ CONFIGURE_ARGS+=--with-openssl-inc=${OPENSSLINC}
|
||||
CONFIGURE_ARGS+=--with-openssl-lib=${OPENSSLLIB}
|
||||
.endif
|
||||
|
||||
.if defined(WITHOUT_NLS)
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.else
|
||||
PLIST_SUB+= NLS=""
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
${REINPLACE_CMD} -e 's=/usr/share/licq=${PREFIX}/share/licq=' \
|
||||
${WRKSRC}/src/licq.conf.h
|
||||
|
@ -108,7 +108,7 @@ share/licq/utilities/talk.utility
|
||||
share/licq/utilities/traceroute.utility
|
||||
share/licq/utilities/vnc.utility
|
||||
share/licq/utilities/xtraceroute.utility
|
||||
share/locale/de/LC_MESSAGES/licq.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/licq.mo
|
||||
@dirrm include/licq
|
||||
@dirrm lib/licq
|
||||
@dirrm share/licq/sounds/fun
|
||||
|
Loading…
Reference in New Issue
Block a user