aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp/files
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2014-04-10 21:48:42 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2014-04-10 21:48:42 +0000
commit49f85ed3aa84a1fd66e009fc894d88c9cdd10ac3 (patch)
tree02d0cf6268dc9ad73d4cdb1a11871e3bef3bc465 /net-mgmt/net-snmp/files
parent05c3a6b5f17dea42f5e6dcdb409b4a4b971655a6 (diff)
downloadports-49f85ed3aa84a1fd66e009fc894d88c9cdd10ac3.tar.gz
ports-49f85ed3aa84a1fd66e009fc894d88c9cdd10ac3.zip
- Unbreak python support
- Fix pkg-plist issue - Bump PORTREVISION PR: ports/188440 Submitted by: Johannes Jost Meixner <xmj@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=350860
Diffstat (limited to 'net-mgmt/net-snmp/files')
-rw-r--r--net-mgmt/net-snmp/files/patch-Makefile.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/net-mgmt/net-snmp/files/patch-Makefile.in b/net-mgmt/net-snmp/files/patch-Makefile.in
index d05757edaac1..bb595b9a4849 100644
--- a/net-mgmt/net-snmp/files/patch-Makefile.in
+++ b/net-mgmt/net-snmp/files/patch-Makefile.in
@@ -1,5 +1,5 @@
---- Makefile.in.orig 2013-11-22 12:27:23.000000000 -0800
-+++ Makefile.in 2013-11-22 12:28:30.000000000 -0800
+--- ./Makefile.in.orig 2012-10-10 01:28:58.000000000 +0300
++++ ./Makefile.in 2014-04-10 18:31:37.128627539 +0300
@@ -20,7 +20,7 @@
INCLUDESUBDIRHEADERS= aix.h bsd.h bsdi3.h bsdi4.h bsdi.h cygwin.h \
darwin.h darwin7.h darwin8.h darwin9.h darwin10.h dragonfly.h dynix.h \
@@ -9,3 +9,12 @@
generic.h \
hpux.h irix.h linux.h mingw32.h mips.h netbsd.h osf5.h \
openbsd.h openbsd5.h openbsd4.h \
+@@ -229,7 +229,7 @@
+ fi
+
+ pythoninstall:
+- @(dir=`pwd`; cd python; $(PYMAKE) install --basedir=$$dir) ; \
++ @(dir=`pwd`; cd python; $(PYMAKE) install --root=${STAGEDIR} --basedir=$$dir ${PYDISTUTILS_INSTALLARGS}) ; \
+ if test $$? != 0 ; then \
+ exit 1 ; \
+ fi