1
0
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:
Dirk Meyer 2004-12-24 04:59:53 +00:00
parent 7b4e3eab41
commit b09eea02af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125034
4 changed files with 14 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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