diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/linux-glib2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/linux-glib2/Makefile b/devel/linux-glib2/Makefile index fb0199155350..b746a08cb67c 100644 --- a/devel/linux-glib2/Makefile +++ b/devel/linux-glib2/Makefile @@ -7,6 +7,7 @@ PORTNAME= glib2 PORTVERSION= 2.2.1 +PORTREVISION= 0 CATEGORIES= devel linux MAINTAINER= trevor@FreeBSD.org @@ -26,6 +27,7 @@ pre-install: cd ${WRKSRC}/tmp; \ rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \ ${FIND} * -type f -o -type l > ${PLIST}; \ - ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST} + ${FIND} -d * -type d | ${GREP} glib | ${SED} -e 's:^:@dirrm :' \ + >> ${PLIST} .include "../../x11-toolkits/linux-gtk/Makefile" |