diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2008-05-28 16:51:08 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2008-05-28 16:51:08 +0000 |
commit | 93f10ab1e34397cee41f3ead3201b75fa159ae92 (patch) | |
tree | f84ed23ec6fc07f88c82b4aa00321836ff7f2e03 /x11-toolkits/py-gtk/Makefile | |
parent | d7ab09f107a599e7636d8ccd87386a6eaba65f21 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/py-gtk/Makefile')
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index 45b4eb4a8ab7..2eb2a76df055 100644 --- a/x11-toolkits/py-gtk/Makefile +++ b/x11-toolkits/py-gtk/Makefile @@ -7,7 +7,7 @@ PORTNAME= py-gtk PORTVERSION= 0.6.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-python/1.4 @@ -48,12 +48,6 @@ post-install: ${FIND} ${EG_DST_DIR} -type f -print | ${XARGS} ${CHMOD} 0444 ${MKDIR} ${PREFIX}/share/doc/py-gtk ${INSTALL_DATA} ${WRKSRC}/MAPPING ${PREFIX}/share/doc/py-gtk -.else -PLIST= ${WRKDIR}/PLIST.nodocs -pre-install: - ${RM} -f ${PLIST} - ${GREP} -E -v '^(@dirrm )?(share/examples/)|(share/doc/)' \ - ${PKGDIR}/pkg-plist > ${PLIST} .endif .include <bsd.port.mk> |