[Midnightbsd-cvs] mports: Makefile: fake fix, add license.
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Fri Mar 21 14:08:27 EDT 2008
Log Message:
-----------
fake fix, add license.
Modified Files:
--------------
mports/net/zebra:
Makefile (r1.1 -> r1.2)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net/zebra/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L net/zebra/Makefile -L net/zebra/Makefile -u -r1.1 -r1.2
--- net/zebra/Makefile
+++ net/zebra/Makefile
@@ -16,6 +16,7 @@
MAINTAINER= ports at MidnightBSD.org
COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4 route software (server/reflector)
+LICENSE= gpl2
CONFLICTS= openbgpd-[0-9]* quagga-[0-9]*
@@ -111,7 +112,7 @@
.endif
post-install:
- @( cd ${WRKSRC}/doc; ${RM} -f zebra*info*; ${MAKE} zebra.info install )
+ @( cd ${WRKSRC}/doc; ${RM} -f zebra*info*; ${MAKE} ${FAKE_MAKEARGS} zebra.info install )
@${SED} -e "s=!!PREFIX!!=${PREFIX}=" \
< ${FILESDIR}/zebractl.sh \
> ${PREFIX}/sbin/zebractl
More information about the Midnightbsd-cvs
mailing list