diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2008-08-14 20:26:44 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2008-08-14 20:26:44 +0000 |
commit | 79c27e07676feeef65722e26a7a92b34dcbc6957 (patch) | |
tree | cc95306e29231a2023bc875457b41ec1e41b8885 /math | |
parent | Fix pkg-plist if WITHOUT_NLS is set (there are no french man pages). (diff) |
Restore PORTEPOCH that got lost in the previous revision.
Notes
Notes:
svn path=/head/; revision=218555
Diffstat (limited to 'math')
-rw-r--r-- | math/py-numpy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index ed1cdc87650c..48ed9cd1e4de 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -7,6 +7,7 @@ PORTNAME= numpy PORTVERSION= 1.1.1 +PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= http://numpy.scipy.org/:doc \ ${MASTER_SITE_SOURCEFORGE:S/$/:source/} |