diff options
Diffstat (limited to 'net/dhcprelay/Makefile')
-rw-r--r-- | net/dhcprelay/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/dhcprelay/Makefile b/net/dhcprelay/Makefile index fc9e568c1d17..eb0fc3204233 100644 --- a/net/dhcprelay/Makefile +++ b/net/dhcprelay/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dhcprelay -# Date created: 15 November 2005 -# Whom: Edwin Groothuis (edwin@mavetju.org) -# +# Created by: Edwin Groothuis (edwin@mavetju.org) # $FreeBSD$ -# PORTNAME= dhcprelay PORTVERSION= 1.2 @@ -19,6 +15,7 @@ LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet PLIST_FILES= bin/dhcprelay USE_RC_SUBR= ${PORTNAME} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dhcprelay ${PREFIX}/bin |