diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 04:03:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 04:03:12 +0000 |
commit | 13208eb6514e6e68ff1fa167d015665d14e2b577 (patch) | |
tree | 82924efa06344026da6540fe75288e58ad6c480b /net | |
parent | ed93df226782ae74444ea861a1371fc934eba453 (diff) | |
download | ports-13208eb6514e6e68ff1fa167d015665d14e2b577.tar.gz ports-13208eb6514e6e68ff1fa167d015665d14e2b577.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/zebra-devel/Makefile | 3 | ||||
-rw-r--r-- | net/zebra-pj/Makefile | 3 | ||||
-rw-r--r-- | net/zebra/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/net/zebra-devel/Makefile b/net/zebra-devel/Makefile index 7d18fe104056..f7c2d3fe612f 100644 --- a/net/zebra-devel/Makefile +++ b/net/zebra-devel/Makefile @@ -25,8 +25,7 @@ MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 .if ${OSVERSION} >= 400014 PLIST:= ${WRKDIR}/PLIST pre-install: - @${CAT} ${PKGDIR}/PLIST.v6 > ${PLIST} - @${CAT} ${PKGDIR}/PLIST >> ${PLIST} + @${CAT} ${PKGDIR}/pkg-plist.v6 ${PKGDIR}/pkg-plist ${PLIST} .else CONFIGURE_ARGS+=--disable-ospf6d --disable-ripngd .endif diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile index 7d18fe104056..f7c2d3fe612f 100644 --- a/net/zebra-pj/Makefile +++ b/net/zebra-pj/Makefile @@ -25,8 +25,7 @@ MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 .if ${OSVERSION} >= 400014 PLIST:= ${WRKDIR}/PLIST pre-install: - @${CAT} ${PKGDIR}/PLIST.v6 > ${PLIST} - @${CAT} ${PKGDIR}/PLIST >> ${PLIST} + @${CAT} ${PKGDIR}/pkg-plist.v6 ${PKGDIR}/pkg-plist ${PLIST} .else CONFIGURE_ARGS+=--disable-ospf6d --disable-ripngd .endif diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 7d18fe104056..f7c2d3fe612f 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -25,8 +25,7 @@ MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 .if ${OSVERSION} >= 400014 PLIST:= ${WRKDIR}/PLIST pre-install: - @${CAT} ${PKGDIR}/PLIST.v6 > ${PLIST} - @${CAT} ${PKGDIR}/PLIST >> ${PLIST} + @${CAT} ${PKGDIR}/pkg-plist.v6 ${PKGDIR}/pkg-plist ${PLIST} .else CONFIGURE_ARGS+=--disable-ospf6d --disable-ripngd .endif |