diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-25 13:00:22 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-25 13:00:22 +0800 |
commit | cff76cd51d45b5fe30a2890f6eecdc6b75f0a502 (patch) | |
tree | 19180bbbd88267a25a9a8a935038f6556a8d7d38 /x11-toolkits/libwnck/Makefile | |
parent | 257912c7d00f09a81f51d07312b0f0086233a221 (diff) | |
download | marcuscom-ports-cff76cd51d45b5fe30a2890f6eecdc6b75f0a502.tar marcuscom-ports-cff76cd51d45b5fe30a2890f6eecdc6b75f0a502.tar.gz marcuscom-ports-cff76cd51d45b5fe30a2890f6eecdc6b75f0a502.tar.bz2 marcuscom-ports-cff76cd51d45b5fe30a2890f6eecdc6b75f0a502.tar.lz marcuscom-ports-cff76cd51d45b5fe30a2890f6eecdc6b75f0a502.tar.xz marcuscom-ports-cff76cd51d45b5fe30a2890f6eecdc6b75f0a502.tar.zst marcuscom-ports-cff76cd51d45b5fe30a2890f6eecdc6b75f0a502.zip |
Update to 2.2.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@429 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libwnck/Makefile')
-rw-r--r-- | x11-toolkits/libwnck/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile index bcba00e3c..41dd93489 100644 --- a/x11-toolkits/libwnck/Makefile +++ b/x11-toolkits/libwnck/Makefile @@ -6,10 +6,10 @@ # PORTNAME= libwnck -PORTVERSION= 2.1.90 +PORTVERSION= 2.2.0 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -33,7 +33,5 @@ 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> |