- Use system gettext instead of bundled one.

PR:		ports/58427
Submitted by:	Simon Barner <barner@in.tum.de>
Approved by:	adamw (mentor)
This commit is contained in:
Pav Lucistnik 2003-11-19 00:57:26 +00:00
parent 61e2aa3240
commit 83fcae9a91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94306
2 changed files with 2 additions and 2 deletions

View file

@ -22,6 +22,7 @@ USE_X_PREFIX= yes
USE_GNOME= gnomehack
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
MAN1= lostirc.1
@ -34,6 +35,7 @@ post-patch:
${REINPLACE_CMD} -E "s@(Gnomedir = ).*@\1${PREFIX}/share/gnome/apps/Internet@" ${WRKSRC}/Makefile.in
${REINPLACE_CMD} -E "s@^(pixmapdir = ).*@\1${PREFIX}/share/gnome/pixmaps@" ${WRKSRC}/Makefile.am
${REINPLACE_CMD} -E "s@(pixmapdir = ).*@\1${PREFIX}/share/gnome/pixmaps@" ${WRKSRC}/Makefile.in
${REINPLACE_CMD} -e 's|_nl_domain_bindings|libintl_nl_domain_bindings|' ${WRKSRC}/configure
pre-install:
${REINPLACE_CMD} -E 's|MKINSTALLDIRS = \$$\(top_builddir\)/|MKINSTALLDIRS = |g' ${WRKSRC}/intl/Makefile

View file

@ -1,10 +1,8 @@
bin/lostirc
lib/charset.alias
share/applnk/lostirc.desktop
share/gnome/apps/Internet/lostirc.desktop
share/gnome/pixmaps/lostirc.png
share/locale/da/LC_MESSAGES/lostirc.mo
share/locale/locale.alias
%%PORTDOCS%%share/doc/lostirc/AUTHORS
%%PORTDOCS%%share/doc/lostirc/COPYING
%%PORTDOCS%%share/doc/lostirc/ChangeLog