aboutsummaryrefslogtreecommitdiffstats
path: root/net/openbgpd
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-05-04 01:47:06 +0800
committerantoine <antoine@FreeBSD.org>2015-05-04 01:47:06 +0800
commite0800ed41183df908f1c18167a5f098571cb38a2 (patch)
tree544ee0f157659523f3e73133dcf1c3fdeb822eb3 /net/openbgpd
parentde07aad820487098608077abfafe8cacc0239dc9 (diff)
downloadfreebsd-ports-gnome-e0800ed41183df908f1c18167a5f098571cb38a2.tar.gz
freebsd-ports-gnome-e0800ed41183df908f1c18167a5f098571cb38a2.tar.zst
freebsd-ports-gnome-e0800ed41183df908f1c18167a5f098571cb38a2.zip
Alloww staging as a regular user
Diffstat (limited to 'net/openbgpd')
-rw-r--r--net/openbgpd/Makefile1
-rw-r--r--net/openbgpd/files/patch-Makefile.inc5
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