summaryrefslogtreecommitdiff
path: root/www/roxen/Makefile
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 /www/roxen/Makefile
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 'www/roxen/Makefile')
-rw-r--r--www/roxen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/roxen/Makefile b/www/roxen/Makefile
index 50336a64b60e..f68df679a1e8 100644
--- a/www/roxen/Makefile
+++ b/www/roxen/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 February 1999
# Whom: Kai Voigt (k@123.org)
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/05/04 16:14:19 flathill Exp $
#
DISTNAME= Roxen_1.2final-int
@@ -22,7 +22,7 @@ pre-build:
(cd ${WRKDIR}/roxen_1.2.46 ; ./configure)
post-install:
- @cp ${FILESDIR}/roxen.sh ${PREFIX}/etc/rc.d/
+ @${CP} ${FILESDIR}/roxen.sh ${PREFIX}/etc/rc.d/
@echo "Installation of Roxen Challenger finished!"
@echo ""
@echo "Now perform the following steps to initialize"