diff options
author | asami <asami@FreeBSD.org> | 1996-12-03 11:34:37 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-03 11:34:37 +0800 |
commit | eec7f3c3e488f85dc7b239334a3f0f42a23f2071 (patch) | |
tree | e2d3cfec8b18c3073a9e027d1f680c09015754d9 /net-mgmt | |
parent | dfafea03d941e1fdfbc83f49c824147dfd45ce03 (diff) | |
download | freebsd-ports-gnome-eec7f3c3e488f85dc7b239334a3f0f42a23f2071.tar.gz freebsd-ports-gnome-eec7f3c3e488f85dc7b239334a3f0f42a23f2071.tar.zst freebsd-ports-gnome-eec7f3c3e488f85dc7b239334a3f0f42a23f2071.zip |
{CP} -> ${CP}.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/wide-dhcp/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-mgmt/wide-dhcp/Makefile b/net-mgmt/wide-dhcp/Makefile index 9e5d627b66b0..768564bbac08 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.4 1996/11/18 11:37:02 asami Exp $ +# $Id: Makefile,v 1.5 1996/12/01 01:23:19 obrien Exp $ # DISTNAME= dhcp-1.3beta @@ -27,12 +27,12 @@ post-install: @if [ ! -d ${PREFIX}/share/dhcp ]; then \ ${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 *";\ |