summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-28 03:27:17 +0000
committerjlam <jlam>2001-05-28 03:27:17 +0000
commitf8f81de4d06b17c935078761aff79c9c7602b8f4 (patch)
tree1d4b5483e0b236457d38368295d7dd5f66d80718 /japanese
parent213b2ac1a989152846f2dffe70f2bbea3ec3bf69 (diff)
downloadpkgsrc-f8f81de4d06b17c935078761aff79c9c7602b8f4.tar.gz
Cosmetic changes.
Diffstat (limited to 'japanese')
-rw-r--r--japanese/vflib-lib/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/vflib-lib/Makefile b/japanese/vflib-lib/Makefile
index 35624b39141..9b917d00b27 100644
--- a/japanese/vflib-lib/Makefile
+++ b/japanese/vflib-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/25 04:17:55 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 2001/05/28 03:27:17 jlam Exp $
PKGNAME= ja-vflib-lib-${VFLIB_VERSION}
@@ -11,10 +11,10 @@ INSTALL_TARGET= install-src
post-build:
.for FILE in vfontcap vfontcap.bdf
- cd ${WRKSRC}; \
- ${MV} ${FILE} ${FILE}.orig; \
- ${SED} -e "s,/usr/local/share/fonts,${PREFIX}/share/fonts,g" \
- < ${FILE}.orig > ${FILE}; \
+ cd ${WRKSRC}; \
+ ${MV} ${FILE} ${FILE}.orig; \
+ ${SED} -e "s|/usr/local/share/fonts|${PREFIX}/share/fonts|g" \
+ ${FILE}.orig > ${FILE}; \
${RM} ${FILE}.orig
.endfor