summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-09-23 09:58:48 +0000
committerleeym <leeym@FreeBSD.org>2003-09-23 09:58:48 +0000
commit28da259c3d96d2825d91254fbe99d9b08a8948d1 (patch)
tree028bb59c100b28438b568384590f2e750b7460db
parent061f5ca7c68a652aef783626e4865199bc4fb31c (diff)
downloadFreeBSD-ports-28da259c3d96d2825d91254fbe99d9b08a8948d1.zip
FreeBSD-ports-28da259c3d96d2825d91254fbe99d9b08a8948d1.tar.gz
fix PLIST problem
PR: 56697 Submitted by: leeym
-rw-r--r--lang/f2py/Makefile1
-rw-r--r--lang/f2py/pkg-plist2
2 files changed, 2 insertions, 1 deletions
diff --git a/lang/f2py/Makefile b/lang/f2py/Makefile
index e59a3d8..5e7200d 100644
--- a/lang/f2py/Makefile
+++ b/lang/f2py/Makefile
@@ -19,5 +19,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric
USE_PYTHON= yes
USE_PYDISTUTILS= yes
+PLIST_SUB= _PYTHON_VERSION=${_PYTHON_VERSION}
.include <bsd.port.mk>
diff --git a/lang/f2py/pkg-plist b/lang/f2py/pkg-plist
index 2b0dd31..a8c7910 100644
--- a/lang/f2py/pkg-plist
+++ b/lang/f2py/pkg-plist
@@ -1,4 +1,4 @@
-bin/f2py%%PYTHON_VERSION%%
+bin/f2py%%_PYTHON_VERSION%%
lib/%%PYTHON_VERSION%%/site-packages/f2py2e/__cvs_version__.py
lib/%%PYTHON_VERSION%%/site-packages/f2py2e/__cvs_version__.pyc
lib/%%PYTHON_VERSION%%/site-packages/f2py2e/__cvs_version__.pyo
OpenPOWER on IntegriCloud