diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-17 18:39:07 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-07-17 18:39:07 +0000 |
commit | deffef2f51fe24c1c44ce1b789af8832e1329a00 (patch) | |
tree | f88d77033aaa09b575ba83ba502900bd79f0f7de /net/dhcprelay | |
parent | b4f230b9cfb389dc431e51d728193b579dd5642f (diff) |
Notes
Diffstat (limited to 'net/dhcprelay')
-rw-r--r-- | net/dhcprelay/Makefile | 7 | ||||
-rw-r--r-- | net/dhcprelay/files/dhcprelay.in (renamed from net/dhcprelay/files/dhcprelay.sh.in) | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net/dhcprelay/Makefile b/net/dhcprelay/Makefile index 36f17e255a3b..fc9e568c1d17 100644 --- a/net/dhcprelay/Makefile +++ b/net/dhcprelay/Makefile @@ -7,6 +7,7 @@ PORTNAME= dhcprelay PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.mavetju.org/download/ @@ -15,12 +16,10 @@ COMMENT= Lightweight DHCP Relay Agent with GIF tunnel support LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet -PLIST_FILES= bin/dhcprelay etc/rc.d/dhcprelay.sh -USE_RC_SUBR= yes -SUB_FILES= dhcprelay.sh +PLIST_FILES= bin/dhcprelay +USE_RC_SUBR= ${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dhcprelay ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKDIR}/dhcprelay.sh ${PREFIX}/etc/rc.d .include <bsd.port.mk> diff --git a/net/dhcprelay/files/dhcprelay.sh.in b/net/dhcprelay/files/dhcprelay.in index 421389007473..d0f7db65d28c 100644 --- a/net/dhcprelay/files/dhcprelay.sh.in +++ b/net/dhcprelay/files/dhcprelay.in @@ -1,6 +1,6 @@ #! /bin/sh # -# $FreeBSD: /tmp/pcvs/ports/net/dhcprelay/files/Attic/dhcprelay.sh.in,v 1.3 2006-03-21 02:48:21 edwin Exp $ +# $FreeBSD$ # # PROVIDE: dhcprelay # REQUIRE: DAEMON |