diff options
Diffstat (limited to 'net/quagga/Makefile')
-rw-r--r-- | net/quagga/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 8c404b0..0b79dc2 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -7,7 +7,7 @@ PORTNAME= quagga PORTVERSION= 0.96.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://quagga.net/download/ @@ -90,8 +90,6 @@ RC_DIR= ${PREFIX}/etc/rc.d RC_SUFX= .sh .endif -QUAGGA_SCRIPTS= zebra ripd ripngd ospfd ospf6d bgpd - SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g' \ -e 's,%%SYSCONF_DIR%%,${SYSCONF_DIR},g' \ -e 's,%%LOCALSTATE_DIR%%,${LOCALSTATE_DIR},g' \ |