mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue