aboutsummaryrefslogtreecommitdiffstats
path: root/misc/wanpipe
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-09-05 22:16:01 +0800
committermiwi <miwi@FreeBSD.org>2008-09-05 22:16:01 +0800
commit93d8b6a969a16e5c405311cf75d1e1189d1a0d85 (patch)
tree2df5c2beb386f84b84b97475be9b28d38c80f4d5 /misc/wanpipe
parent4d4b6323f5f2b7e510587221c379f480632f5c7c (diff)
downloadfreebsd-ports-gnome-93d8b6a969a16e5c405311cf75d1e1189d1a0d85.tar.gz
freebsd-ports-gnome-93d8b6a969a16e5c405311cf75d1e1189d1a0d85.tar.zst
freebsd-ports-gnome-93d8b6a969a16e5c405311cf75d1e1189d1a0d85.zip
- Fix build
PR: 127110 Submitted by: "Josh Paetzel" <josh@tcbug.org> (maintainer)
Diffstat (limited to 'misc/wanpipe')
-rw-r--r--misc/wanpipe/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/wanpipe/Makefile b/misc/wanpipe/Makefile
index 3851aaeb022d..55ff34f8b88b 100644
--- a/misc/wanpipe/Makefile
+++ b/misc/wanpipe/Makefile
@@ -8,6 +8,7 @@
PORTNAME= wanpipe
PORTVERSION= 3.3.1
+PORTREVISION= 1
CATEGORIES= misc net
MASTER_SITES= ftp://ftp.sangoma.com/FreeBSD/wanpipe/ports/
DISTNAME= ${PORTNAME}-${PORTVERSION}
@@ -62,6 +63,11 @@ do-configure:
@${SH} ${PKGCONFIG} ${DISTNAME} do-configure ${WRKSRC} ${EXTRA_ARGS}
post-install:
+ @${INSTALL_SCRIPT} ${WRKSRC}/scripts/wanpipe ${LOCALBASE}/etc/rc.d/
+ @${INSTALL_SCRIPT} ${WRKSRC}/scripts/wancfg_legacy ${LOCALBASE}/sbin/
+ @${INSTALL_SCRIPT} ${WRKSRC}/scripts/wancfg_zaptel ${LOCALBASE}/sbin/
+ @${INSTALL_SCRIPT} ${WRKSRC}/scripts/wanpipe_cfgft1 ${LOCALBASE}/sbin/
+ @${INSTALL_SCRIPT} ${WRKSRC}/scripts/wanrouter ${LOCALBASE}/sbin/
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>