mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 12:01:19 +02:00
21 lines
827 B
Plaintext
21 lines
827 B
Plaintext
--- Makefile.in.orig 2014-12-08 20:23:22 UTC
|
|
+++ Makefile.in
|
|
@@ -21,7 +21,7 @@ INCLUDESUBDIRHEADERS= aix.h bsd.h bsdi3.h bsdi4.h bsdi
|
|
darwin.h darwin7.h darwin8.h darwin9.h darwin10.h dragonfly.h dynix.h \
|
|
freebsd2.h freebsd3.h freebsd4.h freebsd5.h freebsd6.h \
|
|
freebsd7.h freebsd8.h freebsd9.h freebsd10.h freebsd11.h \
|
|
- freebsd12.h freebsd.h \
|
|
+ freebsd12.h freebsd13.h freebsd.h \
|
|
generic.h \
|
|
hpux.h irix.h linux.h mingw32.h mips.h netbsd.h osf5.h \
|
|
openbsd.h openbsd5.h openbsd4.h \
|
|
@@ -230,7 +230,7 @@ pythonmodules: subdirs
|
|
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
|