diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-03 17:47:06 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-03 17:47:06 +0000 |
commit | e67425a0da74fb63a12b9f3e729470397b21c34f (patch) | |
tree | 544ee0f157659523f3e73133dcf1c3fdeb822eb3 /net/openbgpd | |
parent | e18406e3e0af90a36fc93b5f637b0f4f3fe4b945 (diff) | |
download | ports-e67425a0da74fb63a12b9f3e729470397b21c34f.tar.gz ports-e67425a0da74fb63a12b9f3e729470397b21c34f.zip |
Notes
Diffstat (limited to 'net/openbgpd')
-rw-r--r-- | net/openbgpd/Makefile | 1 | ||||
-rw-r--r-- | net/openbgpd/files/patch-Makefile.inc | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/net/openbgpd/Makefile b/net/openbgpd/Makefile index 0994d02e5443..73b5e853dfdb 100644 --- a/net/openbgpd/Makefile +++ b/net/openbgpd/Makefile @@ -19,7 +19,6 @@ LICENSE_FILE= ${FILESDIR}/COPYING CONFLICTS= zebra-[0-9]* quagga-[0-9]* WRKSRC= ${WRKDIR} -MAKE_ARGS= -DFREEBSDPORTS USES= uidfix USE_RC_SUBR= ${PORTNAME} PLIST_FILES= sbin/bgpctl sbin/bgpd man/man5/bgpd.conf.5.gz \ diff --git a/net/openbgpd/files/patch-Makefile.inc b/net/openbgpd/files/patch-Makefile.inc index 6f51833c3c2d..7a2bef96c0d8 100644 --- a/net/openbgpd/files/patch-Makefile.inc +++ b/net/openbgpd/files/patch-Makefile.inc @@ -4,12 +4,9 @@ RCS file: Makefile.inc diff -N Makefile.inc --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ Makefile.inc 16 May 2014 01:06:14 -0000 1.5 -@@ -0,0 +1,8 @@ +@@ -0,0 +1,5 @@ +# $hrs: openbgpd/Makefile.inc,v 1.5 2014/05/16 01:06:14 hrs Exp $ + +PREFIX?= /usr/local +BINDIR?= ${PREFIX}/sbin +MANDIR?= ${PREFIX}/man/man -+.if defined(FREEBSDPORTS) -+WITH_INSTALL_AS_USER= yes -+.endif |