summaryrefslogtreecommitdiff
path: root/net/zebra-devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 04:03:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 04:03:12 +0000
commit13208eb6514e6e68ff1fa167d015665d14e2b577 (patch)
tree82924efa06344026da6540fe75288e58ad6c480b /net/zebra-devel
parentRename PLIST.<emacs> to pkg-plist.<emacs>. (diff)
Rename PLIST.v6 to pkg-plist.v6. (I can't think of a reason why there
are two commands "cat >" and "cat >>" when they both take one argument so I combined them together so they can do what the "cat" command's name came from.)
Notes
Notes: svn path=/head/; revision=33541
Diffstat (limited to 'net/zebra-devel')
-rw-r--r--net/zebra-devel/Makefile3
1 files changed, 1 insertions, 2 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