aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/intlfonts
diff options
context:
space:
mode:
authorDejan Lesjak <lesi@FreeBSD.org>2005-06-15 02:42:14 +0000
committerDejan Lesjak <lesi@FreeBSD.org>2005-06-15 02:42:14 +0000
commit5066edac69f0b75a3904e5aaa7fbcf3c140dc131 (patch)
tree806b9a6794965f086c7b4f9ca9538b2e2e2825e9 /x11-fonts/intlfonts
parent2552b8e5f9c2bef21e6add3686f7c04684f0622f (diff)
downloadports-5066edac69f0b75a3904e5aaa7fbcf3c140dc131.tar.gz
ports-5066edac69f0b75a3904e5aaa7fbcf3c140dc131.zip
Fix up plist after modifications to mtree (BSD.x11-4.dist rev. 1.27).
Notes
Notes: svn path=/head/; revision=137467
Diffstat (limited to 'x11-fonts/intlfonts')
-rw-r--r--x11-fonts/intlfonts/Makefile1
-rw-r--r--x11-fonts/intlfonts/files/DEINSTALL.tmpl3
2 files changed, 1 insertions, 3 deletions
diff --git a/x11-fonts/intlfonts/Makefile b/x11-fonts/intlfonts/Makefile
index 4dca71e2adf0..c7a6dc9d7bbc 100644
--- a/x11-fonts/intlfonts/Makefile
+++ b/x11-fonts/intlfonts/Makefile
@@ -55,7 +55,6 @@ do-build:
-e 's,%%T1_FONTSDIR%%,${T1_FONTSDIR},g' \
-e 's,%%TT_FONTSDIR%%,${TT_FONTSDIR},g' \
-e 's,%%LOCALBASE%%,${LOCALBASE},g' \
- -e 's,%%XWINSYS%%,${X_WINDOW_SYSTEM:L},g' \
< ${FILESDIR}/$${file}.tmpl > ${WRKDIR}/$${file}; \
done
diff --git a/x11-fonts/intlfonts/files/DEINSTALL.tmpl b/x11-fonts/intlfonts/files/DEINSTALL.tmpl
index b6e1d96284d7..3b66be76ac2c 100644
--- a/x11-fonts/intlfonts/files/DEINSTALL.tmpl
+++ b/x11-fonts/intlfonts/files/DEINSTALL.tmpl
@@ -15,6 +15,5 @@ if [ "x$2" = "xPOST-DEINSTALL" ]; then
[ `wc -c ${PKG_PREFIX}/%%T1_FONTSDIR%%/fonts.scale | awk '{print $1}'` = 2 ] && rm -f ${PKG_PREFIX}/%%T1_FONTSDIR%%/fonts.scale
# Remove a backup file made by type1inst
rm -f ${PKG_PREFIX}/%%T1_FONTSDIR%%/fonts.scale.bak
- [ "%%XWINSYS%%" = "xorg" ] && \
- (rmdir ${PKG_PREFIX}/%%T1_FONTSDIR%% 2>/dev/null || true)
+ rmdir ${PKG_PREFIX}/%%T1_FONTSDIR%% 2>/dev/null || true
fi