diff options
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} |