aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2005-11-20 14:21:40 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2005-11-20 14:21:40 +0000
commit24d95c7554e0029382d5bb2988545b94769b3da4 (patch)
tree58293fa3869ab306388bd8a077aab3e60c2bf425 /x11-fonts
parent6936fdcfd69537ab5e8512f5d96909d374654f92 (diff)
downloadports-24d95c7554e0029382d5bb2988545b94769b3da4.tar.gz
ports-24d95c7554e0029382d5bb2988545b94769b3da4.zip
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/linux-urw-fonts/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-fonts/linux-urw-fonts/Makefile b/x11-fonts/linux-urw-fonts/Makefile
index 21e0d1c9fe25..194970db3df7 100644
--- a/x11-fonts/linux-urw-fonts/Makefile
+++ b/x11-fonts/linux-urw-fonts/Makefile
@@ -7,10 +7,10 @@
PORTNAME= urw-fonts
PORTVERSION= 2.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-fonts linux
-MAINTAINER= freebsd-emulation@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Truetype fonts for use with Linux programs
BASEVERSION= 9
@@ -25,7 +25,6 @@ pre-install:
rpm2cpio < ${DISTDIR}/${DIST_SUBDIR}/${RPM_SET} | cpio -id; \
${FIND} * -type f -o -type l > ${PLIST}; \
${FIND} -d * -type d | ${GREP} -E 'urw|default' | \
- ${SED} -e 's:^:@dirrm :' >> ${PLIST}; \
- ${ECHO_CMD} '@unexec rmdir %D/usr/share/fonts 2>&1 >/dev/null || true' >> ${PLIST}
+ ${SED} -e 's:^:@dirrm :' >> ${PLIST};
.include "../../x11-toolkits/linux-gtk/Makefile"