summaryrefslogtreecommitdiff
path: root/net-mgmt/wide-dhcp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/wide-dhcp/Makefile')
-rw-r--r--net-mgmt/wide-dhcp/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/net-mgmt/wide-dhcp/Makefile b/net-mgmt/wide-dhcp/Makefile
index 88225bbdfdca..9e5d627b66b0 100644
--- a/net-mgmt/wide-dhcp/Makefile
+++ b/net-mgmt/wide-dhcp/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 November 1995
# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
#
-# $Id: Makefile,v 1.3 1996/05/30 08:54:17 asami Exp $
+# $Id: Makefile,v 1.4 1996/11/18 11:37:02 asami Exp $
#
DISTNAME= dhcp-1.3beta
@@ -20,19 +20,19 @@ MAKE_ENV= OSTYPE=`uname`
post-patch:
if [ ! -f ${WRKSRC}/server/tzfile.h ]; then \
- cp ${DISTDIR}/tzfile.h ${WRKSRC}/server/; \
+ ${CP} ${DISTDIR}/tzfile.h ${WRKSRC}/server/; \
fi
post-install:
@if [ ! -d ${PREFIX}/share/dhcp ]; then \
- mkdir -p ${PREFIX}/share/dhcp; \
+ ${MKDIR} ${PREFIX}/share/dhcp; \
fi
- @cp ${WRKSRC}/README ${PREFIX}/share/dhcp/
- @cp ${WRKSRC}/README.jis ${PREFIX}/share/dhcp/
- @cp ${WRKSRC}/db_sample/dhcpdb.pool ${PREFIX}/share/dhcp/dhcpdb.pool.sample
- @cp ${WRKSRC}/db_sample/dhcpdb.relay ${PREFIX}/share/dhcp/dhcpdb.relay.sample
- @cp ${WRKSRC}/db_sample/dhcpdb.server ${PREFIX}/share/dhcp/dhcpdb.server.sample
- @cp ${WRKSRC}/db_sample/intro.dhcp ${PREFIX}/share/dhcp/
+ @{CP} ${WRKSRC}/README ${PREFIX}/share/dhcp/
+ @{CP} ${WRKSRC}/README.jis ${PREFIX}/share/dhcp/
+ @{CP} ${WRKSRC}/db_sample/dhcpdb.pool ${PREFIX}/share/dhcp/dhcpdb.pool.sample
+ @{CP} ${WRKSRC}/db_sample/dhcpdb.relay ${PREFIX}/share/dhcp/dhcpdb.relay.sample
+ @{CP} ${WRKSRC}/db_sample/dhcpdb.server ${PREFIX}/share/dhcp/dhcpdb.server.sample
+ @{CP} ${WRKSRC}/db_sample/intro.dhcp ${PREFIX}/share/dhcp/
@if [ ! -c /dev/bpf1 ]; then \
echo "**********************************************************";\
echo "* W a r n i n g *";\