diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-20 09:25:26 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-20 09:25:26 +0000 |
commit | 59efd409d3e56b3b5364441459c982b977f3c329 (patch) | |
tree | 7c06021407be1e52df2e845dda0e626374f9a50f /security/honeyd-arpd | |
parent | e26e81e81c513bca91b381cf0baae6859f3c55f6 (diff) | |
download | pkgsrc-59efd409d3e56b3b5364441459c982b977f3c329.tar.gz |
Simplify.
Diffstat (limited to 'security/honeyd-arpd')
-rw-r--r-- | security/honeyd-arpd/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/security/honeyd-arpd/Makefile b/security/honeyd-arpd/Makefile index fa27a69400e..004c71a48bd 100644 --- a/security/honeyd-arpd/Makefile +++ b/security/honeyd-arpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/04/20 09:15:52 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/20 09:25:26 xtraeme Exp $ # DISTNAME= arpd-0.2 @@ -21,10 +21,8 @@ CONFIGURE_ARGS+= --with-libevent=${BUILDLINK_PREFIX.libevent} do-install: ${INSTALL_PROGRAM_DIR} ${PREFIX}/sbin ${INSTALL_MAN_DIR} ${PREFIX}/man/man8 - ${CP} ${WRKSRC}/arpd ${WRKSRC}/honeyd-arpd - ${CP} ${WRKSRC}/arpd.8 ${WRKSRC}/honeyd-arpd.8 - ${INSTALL_PROGRAM} ${WRKSRC}/honeyd-arpd ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/honeyd-arpd.8 ${PREFIX}/man/man8 + ${INSTALL_PROGRAM} ${WRKSRC}/arpd ${PREFIX}/sbin/honeyd-arpd + ${INSTALL_MAN} ${WRKSRC}/arpd.8 ${PREFIX}/man/man8/honeyd-arpd.8 .include "../../devel/libevent/buildlink3.mk" .include "../../net/libdnet/buildlink3.mk" |