summaryrefslogtreecommitdiff
path: root/x11/xfstt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-02-28 10:42:03 +0000
committerwiz <wiz@pkgsrc.org>2001-02-28 10:42:03 +0000
commit33fa520b2523d8d84794010c7fd19d529958bfdb (patch)
treefac61da13723fd134e654e03d5a4dac8280c7efb /x11/xfstt
parentf91c71bce5f82a56a11fcbfff4ec49053bb9e9f3 (diff)
downloadpkgsrc-33fa520b2523d8d84794010c7fd19d529958bfdb.tar.gz
$() -> ${}
Diffstat (limited to 'x11/xfstt')
-rw-r--r--x11/xfstt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xfstt/Makefile b/x11/xfstt/Makefile
index d35c7b4785f..65154726715 100644
--- a/x11/xfstt/Makefile
+++ b/x11/xfstt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/02/25 04:18:29 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 2001/02/28 10:42:03 wiz Exp $
#
DISTNAME= xfstt-1.1
@@ -32,7 +32,7 @@ do-install:
${SED} -e "/%%PREFIX%%/s##${PREFIX}#g" ${FILESDIR}/xfstt.sh \
> ${PREFIX}/etc/rc.d/xfstt
${CHMOD} 755 ${PREFIX}/etc/rc.d/xfstt
- $(INSTALL_DATA_DIR) $(PREFIX)/lib/X11/fonts/TrueType
- ${ECHO} belongs to xfstt pkg >$(PREFIX)/lib/X11/fonts/TrueType/.keepme
+ ${INSTALL_DATA_DIR} ${PREFIX}/lib/X11/fonts/TrueType
+ ${ECHO} belongs to xfstt pkg >${PREFIX}/lib/X11/fonts/TrueType/.keepme
.include "../../mk/bsd.pkg.mk"