summaryrefslogtreecommitdiff
path: root/comms/qpage
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 /comms/qpage
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 'comms/qpage')
-rw-r--r--comms/qpage/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/qpage/Makefile b/comms/qpage/Makefile
index 415ae12f23b4..ac7cdcafd90f 100644
--- a/comms/qpage/Makefile
+++ b/comms/qpage/Makefile
@@ -3,7 +3,7 @@
# Date created: 02 Aug 1997
# Whom: joes@seaport.net
#
-# $Id: Makefile,v 1.6 1998/08/31 05:30:20 asami Exp $
+# $Id: Makefile,v 1.7 1998/10/27 03:45:02 fenner Exp $
#
DISTNAME= qpage-3.2
@@ -21,7 +21,7 @@ post-install:
${ECHO} "Install ${PREFIX}/etc/rc.d/qpage.sh startup file."; \
${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/qpage.sh; \
${ECHO} "[ -x ${PREFIX}/bin/qpage ] && ${PREFIX}/bin/qpage -q10 && echo -n ' qpage'" >> ${PREFIX}/etc/rc.d/qpage.sh; \
- chmod 751 ${PREFIX}/etc/rc.d/qpage.sh; \
+ ${CHMOD} 751 ${PREFIX}/etc/rc.d/qpage.sh; \
fi
.include <bsd.port.mk>