aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
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 /x11-fonts
parent2ddbdbf18c35ba21d73f74ffb7d06fd6dce5c7b2 (diff)
downloadports-5535b5e6c54e99289e6c1c2b0e461aef66abbdc3.tar.gz
ports-5535b5e6c54e99289e6c1c2b0e461aef66abbdc3.zip
Notes
Diffstat (limited to 'x11-fonts')
-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
3 files changed, 6 insertions, 3 deletions
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"