diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-19 07:01:11 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-19 07:01:11 +0800 |
commit | 8e2e49291f076c774bac7c119f16f3c3a91f044a (patch) | |
tree | fb53ce73ab0dce97b3fe9374198cd941ae28d8e5 /x11-toolkits/libgnomeui/Makefile | |
parent | 1b98856e2bc8dfb2da96a029f283d694bbf1f6bb (diff) | |
download | marcuscom-ports-8e2e49291f076c774bac7c119f16f3c3a91f044a.tar marcuscom-ports-8e2e49291f076c774bac7c119f16f3c3a91f044a.tar.gz marcuscom-ports-8e2e49291f076c774bac7c119f16f3c3a91f044a.tar.bz2 marcuscom-ports-8e2e49291f076c774bac7c119f16f3c3a91f044a.tar.lz marcuscom-ports-8e2e49291f076c774bac7c119f16f3c3a91f044a.tar.xz marcuscom-ports-8e2e49291f076c774bac7c119f16f3c3a91f044a.tar.zst marcuscom-ports-8e2e49291f076c774bac7c119f16f3c3a91f044a.zip |
Update to 2.1.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@304 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libgnomeui/Makefile')
-rw-r--r-- | x11-toolkits/libgnomeui/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile index d7e18827e..b1e295b60 100644 --- a/x11-toolkits/libgnomeui/Makefile +++ b/x11-toolkits/libgnomeui/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libgnomeui -PORTVERSION= 2.1.4 -PORTREVISION= 2 +PORTVERSION= 2.1.5 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1 @@ -36,5 +35,7 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \ + ${WRKSRC}/po/Makefile.in.in .include <bsd.port.mk> |