[Midnightbsd-cvs] mports: lang/python21: fake fix.
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Wed Apr 9 23:29:42 EDT 2008
Log Message:
-----------
fake fix.
Modified Files:
--------------
mports/lang/python21:
Makefile (r1.7 -> r1.8)
pkg-plist (r1.3 -> r1.4)
-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/lang/python21/pkg-plist,v
retrieving revision 1.3
retrieving revision 1.4
diff -L lang/python21/pkg-plist -L lang/python21/pkg-plist -u -r1.3 -r1.4
--- lang/python21/pkg-plist
+++ lang/python21/pkg-plist
@@ -1,5 +1,4 @@
bin/%%PYTHON_VERSION%%
-bin/python
bin/pydoc2.1
include/%%PYTHON_VERSION%%/Python.h
include/%%PYTHON_VERSION%%/abstract.h
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/lang/python21/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -L lang/python21/Makefile -L lang/python21/Makefile -u -r1.7 -r1.8
--- lang/python21/Makefile
+++ lang/python21/Makefile
@@ -31,6 +31,8 @@
PYTHON_NO_DEPENDS= yes
LATEST_LINK= ${PYTHON_VERSION:S/.//}
+FAKE_OPTS= prefixhack
+
#
# If you don't want to use Python's thread module, you need to set
# WITHOUT_THREADS.
@@ -67,7 +69,7 @@
${MKDIR} ${WRKSRC}/Lib/plat-midnightbsd0
${CP} ${WRKSRC}/Lib/plat-freebsd5/regen ${WRKSRC}/Lib/plat-midnightbsd0/
-pre-su-install:
+pre-install:
.for platform in ${PLATFORMS}
${MKDIR} ${PYTHONPREFIX_LIBDIR}/${platform}
.for file in FCNTL.py IN.py regen
More information about the Midnightbsd-cvs
mailing list