summaryrefslogtreecommitdiff
path: root/net/zebra-devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-09 00:26:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-09 00:26:12 +0000
commit593c1068d72f11497873e0c0de5cbffc5854a4f7 (patch)
treea29ca1d09489e106e1f8c33c7ee6e5a1b4cbfd14 /net/zebra-devel
parent- Update port to 2.0b6 (diff)
Fix own typo -- forgot a ">".
Submitted by: bento
Notes
Notes: svn path=/head/; revision=33595
Diffstat (limited to 'net/zebra-devel')
-rw-r--r--net/zebra-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/zebra-devel/Makefile b/net/zebra-devel/Makefile
index f7c2d3fe612f..2679661b07fa 100644
--- a/net/zebra-devel/Makefile
+++ b/net/zebra-devel/Makefile
@@ -25,7 +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}/pkg-plist.v6 ${PKGDIR}/pkg-plist ${PLIST}
+ @${CAT} ${PKGDIR}/pkg-plist.v6 ${PKGDIR}/pkg-plist > ${PLIST}
.else
CONFIGURE_ARGS+=--disable-ospf6d --disable-ripngd
.endif