diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 09:55:33 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-19 09:55:33 +0800 |
commit | ab4fd752875222362d38c0fa6f41b47762e0ae75 (patch) | |
tree | b0f040c1aa8b5e0aa66aace0598088f79c4f5f03 /x11-toolkits/py-gnome2/Makefile | |
parent | 5b0229812ba2d7576f042ffea8f57bc20fc5a3e6 (diff) | |
download | marcuscom-ports-ab4fd752875222362d38c0fa6f41b47762e0ae75.tar marcuscom-ports-ab4fd752875222362d38c0fa6f41b47762e0ae75.tar.gz marcuscom-ports-ab4fd752875222362d38c0fa6f41b47762e0ae75.tar.bz2 marcuscom-ports-ab4fd752875222362d38c0fa6f41b47762e0ae75.tar.lz marcuscom-ports-ab4fd752875222362d38c0fa6f41b47762e0ae75.tar.xz marcuscom-ports-ab4fd752875222362d38c0fa6f41b47762e0ae75.tar.zst marcuscom-ports-ab4fd752875222362d38c0fa6f41b47762e0ae75.zip |
- Install gnome-vfs modules in LOCALBASE now
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6654 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gnome2/Makefile')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index cd077f21c..92a8a2f79 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gnome2/Makefile,v 1.30 2006/07/12 21:51:43 marcus Exp $ +# $MCom: ports/x11-toolkits/py-gnome2/Makefile,v 1.31 2006/07/13 03:20:45 marcus Exp $ # PORTNAME= gnome PORTVERSION= 2.15.4 +PORTREVISION= 1 CATEGORIES= x11-toolkits python gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-python/${PORTVERSION:C/..$//} @@ -38,10 +39,6 @@ CONFLICTS= py*-gnome-1* .include <bsd.port.pre.mk> -post-patch: - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|' \ - ${WRKSRC}/gnomevfs/Makefile.in - .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${EG_DST_DIR} |