Fix own typo -- forgot a ">".
Submitted by: bento
This commit is contained in:
parent
5f6e2e1cf5
commit
593c1068d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33595
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue