aboutsummaryrefslogtreecommitdiff
path: root/security/py-m2crypto/Makefile
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-08-06 10:39:04 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-08-06 10:39:04 +0000
commitca9ea44ad824e9b72830371cd3ee93d8ba7b91c5 (patch)
tree6c67e0afeae0bb4128b7dcf35b3ff19a9c42ca38 /security/py-m2crypto/Makefile
parentc56bed95de86317f0c4c12a3cf9ea62954847082 (diff)
downloadports-ca9ea44ad824e9b72830371cd3ee93d8ba7b91c5.tar.gz
ports-ca9ea44ad824e9b72830371cd3ee93d8ba7b91c5.zip
fix security/py-m2crypto:
- use PYTHON_INCLUDEDIR instead of PYTHON_VERSION Pointed out by: Hye-Shik Chang <perky@i18n.org>
Notes
Notes: svn path=/head/; revision=86372
Diffstat (limited to 'security/py-m2crypto/Makefile')
-rw-r--r--security/py-m2crypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile
index c6e982efce9a..9bdc072f5f1c 100644
--- a/security/py-m2crypto/Makefile
+++ b/security/py-m2crypto/Makefile
@@ -28,7 +28,7 @@ USE_REINPLACE= yes
PINSTALL_PLIST= ${WRKDIR}/pinstall-plist
post-patch:
- ${REINPLACE_CMD} "s/PYTHON_VERSION/${PYTHON_VERSION}/" ${WRKSRC}/Makefile
+ ${REINPLACE_CMD} "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|" ${WRKSRC}/Makefile
post-build:
${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/../M2Crypto