diff options
author | marcus <marcus@FreeBSD.org> | 2010-05-24 04:22:38 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2010-05-24 04:22:38 +0800 |
commit | d899468248b843eb6d293540b5aa1fbef69e4ff9 (patch) | |
tree | e3e94d082e6c7e659e0e8e1fcb862a80b1e54d9a /net-im/pidgin | |
parent | e34dc103ddd78c9fef63e35ec50c5acae924a846 (diff) | |
download | freebsd-ports-graphics-d899468248b843eb6d293540b5aa1fbef69e4ff9.tar.gz freebsd-ports-graphics-d899468248b843eb6d293540b5aa1fbef69e4ff9.tar.zst freebsd-ports-graphics-d899468248b843eb6d293540b5aa1fbef69e4ff9.zip |
Remove the NLS hooks I missed in the initial commit. NLS support is
required.
Diffstat (limited to 'net-im/pidgin')
-rw-r--r-- | net-im/pidgin/Makefile | 6 | ||||
-rw-r--r-- | net-im/pidgin/pkg-plist | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index cc23b69d270..c1565a2ad23 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -7,7 +7,7 @@ # PORTNAME= pidgin -PORTREVISION= 1 +PORTREVISION= 2 MAINTAINER= marcus@FreeBSD.org COMMENT= Pidgin multi-protocol messaging client (GTK+ UI) @@ -37,17 +37,13 @@ CONFIGURE_ARGS= --disable-consoleui \ MAN1= pidgin.1 post-build: -.if !defined(WITHOUT_NLS) cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ Makefile ${MAKE_ARGS} pidgin.desktop -.endif post-install: -.if !defined(WITHOUT_NLS) ${MKDIR} ${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/pidgin.desktop \ ${PREFIX}/share/applications/pidgin.desktop -.endif ${INSTALL_MAN} ${WRKSRC}/doc/pidgin.1 ${MAN1PREFIX}/man/man1 .include "${MASTERDIR}/Makefile" diff --git a/net-im/pidgin/pkg-plist b/net-im/pidgin/pkg-plist index ccb1a34cea6..248a7759221 100644 --- a/net-im/pidgin/pkg-plist +++ b/net-im/pidgin/pkg-plist @@ -94,7 +94,7 @@ lib/pidgin/xmppconsole.so lib/pidgin/xmppdisco.la lib/pidgin/xmppdisco.so libdata/pkgconfig/pidgin.pc -%%NLS%%share/applications/pidgin.desktop +share/applications/pidgin.desktop share/icons/hicolor/16x16/apps/pidgin.png share/icons/hicolor/22x22/apps/pidgin.png share/icons/hicolor/24x24/apps/pidgin.png |