diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-22 01:15:32 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-22 01:15:32 +0000 |
commit | fdde528fecb46d378da500b997ca8917a2311766 (patch) | |
tree | b6abf15f4eafef51f3a4ab382fa864ff54432848 /net/ifstated/Makefile | |
parent | e716b532616f5b5d763005ff359d20bacac7e761 (diff) |
Notes
Diffstat (limited to 'net/ifstated/Makefile')
-rw-r--r-- | net/ifstated/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ifstated/Makefile b/net/ifstated/Makefile index 48d72aea8edf..bf4851182384 100644 --- a/net/ifstated/Makefile +++ b/net/ifstated/Makefile @@ -7,7 +7,7 @@ PORTNAME= ifstated PORTVERSION= 4.7 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://christianserving.org/ports/net/ifstated/ @@ -28,7 +28,7 @@ USE_RC_SUBR= ifstated post-patch: @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/ifstated.c ${WRKSRC}/ifstated.8 ${WRKSRC}/ifstated.conf.5 + @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' ${WRKSRC}/ifstated.conf.5 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ifstated ${PREFIX}/sbin |