aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2005-11-20 22:21:40 +0800
committernetchild <netchild@FreeBSD.org>2005-11-20 22:21:40 +0800
commitca6a52f2900756212ae008c55909dde13c767101 (patch)
treee765f9de555fe9797af2b69f15da7d2ddd973efe /x11-fonts
parent8832939791d87c31ba826fd8471376ad27751b5c (diff)
downloadfreebsd-ports-gnome-ca6a52f2900756212ae008c55909dde13c767101.tar.gz
freebsd-ports-gnome-ca6a52f2900756212ae008c55909dde13c767101.tar.zst
freebsd-ports-gnome-ca6a52f2900756212ae008c55909dde13c767101.zip
- Fix plist (a directory is now owned by a dependency). [1]
- Reset MAINTAINER to ports (the fonts should be picked up from FreeBSD, no need to make it part of the infrastructure). PR: 89229 [1] Submitted by: Boris Samorodov <bsam@ipt.ru> [1]
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"