summaryrefslogtreecommitdiff
path: root/net/ifdepd/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-04-22 18:53:12 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-04-22 18:53:12 +0000
commite4db8fae1e1be9c4e2b5c7bdbf7010cdae33217c (patch)
tree6245c66e301c8600fbed1a4c34660b8457ce277a /net/ifdepd/Makefile
parento Add patches to improve OSS chanel driver. (diff)
- Update to 20050420
- Cleanup the Makefile PR: ports/80243 Submitted by: Alexander Hausner <alex@hugo.bmg.gv.at> (maintainer) Approved by: adamw (mentor)
Notes
Notes: svn path=/head/; revision=133952
Diffstat (limited to 'net/ifdepd/Makefile')
-rw-r--r--net/ifdepd/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/net/ifdepd/Makefile b/net/ifdepd/Makefile
index 891e64364a9b..3b1179bc2979 100644
--- a/net/ifdepd/Makefile
+++ b/net/ifdepd/Makefile
@@ -4,25 +4,20 @@
# $FreeBSD$
PORTNAME= ifdepd
-PORTVERSION= 20050303
+PORTVERSION= 20050420
CATEGORIES= net
MASTER_SITES= http://alex.bmg.gv.at/programs/
MAINTAINER= alex@hugo.bmg.gv.at
COMMENT= Interface Dependancy daemon
-INSTALL_TARGET= install install-man
MAN8= ifdepd.8
-MANCOMPRESSED= no
PLIST_FILES= bin/ifdepd \
etc/rc.d/ifdepd.sh
USE_REINPLACE= yes
-PKGMESSAGE= pkg-message
-
USE_RC_SUBR= yes
-RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}
.include <bsd.port.pre.mk>
@@ -30,6 +25,11 @@ RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}
IGNORE= need link state change notification changes from May 2004
.endif
+post-patch:
+ @${REINPLACE_CMD} -e \
+ 's|/etc/rc\.subr|${RC_SUBR}|; s|/usr/local|${PREFIX}|' \
+ ${WRKSRC}/ifdepd.sh
+
post-install:
@${CAT} ${PKGMESSAGE}