diff options
author | asami <asami@FreeBSD.org> | 2000-10-09 00:26:12 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-09 00:26:12 +0000 |
commit | daee425faa4a0be6b9f2feb5117e4f95ed30ba6e (patch) | |
tree | 7af673f49d6eea54a10cb4b95c968e9402b0e6de /net/zebra | |
parent | 730edf39a0e50abc988b1758db5c354ad234b6c0 (diff) | |
download | FreeBSD-ports-daee425faa4a0be6b9f2feb5117e4f95ed30ba6e.zip FreeBSD-ports-daee425faa4a0be6b9f2feb5117e4f95ed30ba6e.tar.gz |
Fix own typo -- forgot a ">".
Submitted by: bento
Diffstat (limited to 'net/zebra')
-rw-r--r-- | net/zebra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index f7c2d3f..2679661 100644 --- a/net/zebra/Makefile +++ b/net/zebra/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 |