aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-10-08 12:03:12 +0800
committerasami <asami@FreeBSD.org>2000-10-08 12:03:12 +0800
commit4ad3add9eba5506c5f628ccf1dff1e0e75877f98 (patch)
tree9665d4d000cb40e834ae042e06b77b7946bc22c6 /net
parent305b2867f76b4134649a5d79f23210dc8230cbd4 (diff)
downloadfreebsd-ports-gnome-4ad3add9eba5506c5f628ccf1dff1e0e75877f98.tar.gz
freebsd-ports-gnome-4ad3add9eba5506c5f628ccf1dff1e0e75877f98.tar.zst
freebsd-ports-gnome-4ad3add9eba5506c5f628ccf1dff1e0e75877f98.zip
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.)
Diffstat (limited to 'net')
-rw-r--r--net/zebra-devel/Makefile3
-rw-r--r--net/zebra-pj/Makefile3
-rw-r--r--net/zebra/Makefile3
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