summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-11-21 04:01:39 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-11-21 04:01:39 +0000
commit5535b5e6c54e99289e6c1c2b0e461aef66abbdc3 (patch)
tree33c4f8e466bcab5a44e0f93a1671390920aa7d17
parentAvoid use of Perl. (diff)
Fix packing list.
Notes
Notes: svn path=/head/; revision=94604
-rw-r--r--textproc/linux-expat/Makefile4
-rw-r--r--textproc/linux-f10-expat/Makefile4
-rw-r--r--textproc/linux-f8-expat/Makefile4
-rw-r--r--x11-fonts/linux-f10-fontconfig/Makefile3
-rw-r--r--x11-fonts/linux-f8-fontconfig/Makefile3
-rw-r--r--x11-fonts/linux-fontconfig/Makefile3
6 files changed, 12 insertions, 9 deletions
diff --git a/textproc/linux-expat/Makefile b/textproc/linux-expat/Makefile
index fa9e508ac3f0..e382fccedddd 100644
--- a/textproc/linux-expat/Makefile
+++ b/textproc/linux-expat/Makefile
@@ -25,7 +25,7 @@ pre-install:
${MKDIR} ${WRKSRC}/tmp
cd ${WRKSRC}/tmp; \
rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -div; \
- ${FIND} * -type f -o -type l > ${PLIST}; \
- ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST}
+ ${FIND} * -type f -o -type l > ${PLIST}
+ ${ECHO_CMD} @dirrm usr/share/doc/expat-1.95.5 >> ${PLIST}
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/textproc/linux-f10-expat/Makefile b/textproc/linux-f10-expat/Makefile
index fa9e508ac3f0..e382fccedddd 100644
--- a/textproc/linux-f10-expat/Makefile
+++ b/textproc/linux-f10-expat/Makefile
@@ -25,7 +25,7 @@ pre-install:
${MKDIR} ${WRKSRC}/tmp
cd ${WRKSRC}/tmp; \
rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -div; \
- ${FIND} * -type f -o -type l > ${PLIST}; \
- ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST}
+ ${FIND} * -type f -o -type l > ${PLIST}
+ ${ECHO_CMD} @dirrm usr/share/doc/expat-1.95.5 >> ${PLIST}
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/textproc/linux-f8-expat/Makefile b/textproc/linux-f8-expat/Makefile
index fa9e508ac3f0..e382fccedddd 100644
--- a/textproc/linux-f8-expat/Makefile
+++ b/textproc/linux-f8-expat/Makefile
@@ -25,7 +25,7 @@ pre-install:
${MKDIR} ${WRKSRC}/tmp
cd ${WRKSRC}/tmp; \
rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -div; \
- ${FIND} * -type f -o -type l > ${PLIST}; \
- ${FIND} -d * -type d | ${SED} -e 's:^:@dirrm :' >> ${PLIST}
+ ${FIND} * -type f -o -type l > ${PLIST}
+ ${ECHO_CMD} @dirrm usr/share/doc/expat-1.95.5 >> ${PLIST}
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/x11-fonts/linux-f10-fontconfig/Makefile b/x11-fonts/linux-f10-fontconfig/Makefile
index 1eea7af7dfb8..66a10fd364a5 100644
--- a/x11-fonts/linux-f10-fontconfig/Makefile
+++ b/x11-fonts/linux-f10-fontconfig/Makefile
@@ -26,6 +26,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} font | \
+ ${SED} -e 's:^:@dirrm :' >> ${PLIST}
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/x11-fonts/linux-f8-fontconfig/Makefile b/x11-fonts/linux-f8-fontconfig/Makefile
index 1eea7af7dfb8..66a10fd364a5 100644
--- a/x11-fonts/linux-f8-fontconfig/Makefile
+++ b/x11-fonts/linux-f8-fontconfig/Makefile
@@ -26,6 +26,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} font | \
+ ${SED} -e 's:^:@dirrm :' >> ${PLIST}
.include "../../x11-toolkits/linux-gtk/Makefile"
diff --git a/x11-fonts/linux-fontconfig/Makefile b/x11-fonts/linux-fontconfig/Makefile
index 1eea7af7dfb8..66a10fd364a5 100644
--- a/x11-fonts/linux-fontconfig/Makefile
+++ b/x11-fonts/linux-fontconfig/Makefile
@@ -26,6 +26,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} font | \
+ ${SED} -e 's:^:@dirrm :' >> ${PLIST}
.include "../../x11-toolkits/linux-gtk/Makefile"