1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Set PORTREVISION to 0. Fix packing list.

This commit is contained in:
Trevor Johnson 2003-11-19 21:08:33 +00:00
parent e3c2232e45
commit 9810bde3fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94401

View File

@ -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"