summaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 23:33:47 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 23:33:47 +0000
commit235481b52a44969361f4c688e6e9d10798bd35d9 (patch)
treed4069fbea1d4f696753c9b5ab1500babadc62de2 /x11-fonts
parentmake figlist and showfigfonts executable (diff)
awk -> ${AWK}
basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
Notes
Notes: svn path=/head/; revision=20898
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/freefonts/Makefile4
-rw-r--r--x11-fonts/sharefonts/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-fonts/freefonts/Makefile b/x11-fonts/freefonts/Makefile
index bd76dbf533d9..9f5494929a23 100644
--- a/x11-fonts/freefonts/Makefile
+++ b/x11-fonts/freefonts/Makefile
@@ -3,7 +3,7 @@
# Date created: Thu Aug 1 21:32:14 CDT 1996
# Whom: erich@FreeBSD.org
#
-# $Id: Makefile,v 1.6 1998/08/05 09:31:42 asami Exp $
+# $Id: Makefile,v 1.7 1998/08/07 22:43:08 asami Exp $
#
DISTNAME= freefonts-0.10
@@ -16,6 +16,6 @@ NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
post-install:
- @cat ${PKGDIR}/DESCR
+ @${CAT} ${PKGDIR}/DESCR
.include <bsd.port.mk>
diff --git a/x11-fonts/sharefonts/Makefile b/x11-fonts/sharefonts/Makefile
index 9c688a191864..7de920ffa41f 100644
--- a/x11-fonts/sharefonts/Makefile
+++ b/x11-fonts/sharefonts/Makefile
@@ -3,7 +3,7 @@
# Date created: Thu Mar 26 04:50:00 PST 1998
# Whom: dburr@FreeBSD.ORG
#
-# $Id: Makefile,v 1.3 1998/08/07 22:43:09 asami Exp $
+# $Id: Makefile,v 1.4 1999/08/22 19:01:00 mharo Exp $
#
DISTNAME= sharefonts-0.10
@@ -27,6 +27,6 @@ do-install:
${CHMOD} 644 ${PREFIX}/lib/X11/fonts/sharefont/*
post-install:
- @cat ${PKGDIR}/DESCR
+ @${CAT} ${PKGDIR}/DESCR
.include <bsd.port.mk>