summaryrefslogtreecommitdiff
path: root/print/virtualpaper/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /print/virtualpaper/Makefile
parentAssign USE_XLIB var. Any ports which use XLib needs it. (diff)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to 'print/virtualpaper/Makefile')
-rw-r--r--print/virtualpaper/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/virtualpaper/Makefile b/print/virtualpaper/Makefile
index 88aee3d18563..a8db73f0c5bb 100644
--- a/print/virtualpaper/Makefile
+++ b/print/virtualpaper/Makefile
@@ -3,7 +3,7 @@
# Date created: 13 June 1996
# Whom: jkh
#
-# $Id: Makefile,v 1.9 1998/10/12 16:38:04 jseger Exp $
+# $Id: Makefile,v 1.10 1998/10/13 01:17:27 jseger Exp $
#
DISTNAME= virtualpaper-1.4
@@ -50,7 +50,7 @@ do-install:
${PREFIX}/lib/m3/www; \
if [ ! -d ${PREFIX}/share/virtualpaper ]; then \
${MKDIR} ${PREFIX}/share/virtualpaper; \
- chmod 755 ${PREFIX}/share/virtualpaper; \
+ ${CHMOD} 755 ${PREFIX}/share/virtualpaper; \
fi; \
${INSTALL_DATA} COPYRIGHT ${PREFIX}/share/virtualpaper
@echo "Stripping programs"