diff options
author | rm <rm@FreeBSD.org> | 2012-02-17 22:29:53 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-02-17 22:29:53 +0800 |
commit | 074e84b6dcc5a505c10e168731ad3a76a961e2b7 (patch) | |
tree | 0a5ac32087b777165f7e2c817f5b21212c09012e /devel | |
parent | 7965bac89b21a481e13db8969126aa4b4cd713e8 (diff) | |
download | freebsd-ports-gnome-074e84b6dcc5a505c10e168731ad3a76a961e2b7.tar.gz freebsd-ports-gnome-074e84b6dcc5a505c10e168731ad3a76a961e2b7.tar.zst freebsd-ports-gnome-074e84b6dcc5a505c10e168731ad3a76a961e2b7.zip |
- add CHEESESHOP mirror
- mark this port Python3 ready
- remove USE_PYTHON_PREFIX (port installs into PYTHON_SITELIBDIR)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-crcmod/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-crcmod/Makefile b/devel/py-crcmod/Makefile index 8befc9beba52..846b6d5585e6 100644 --- a/devel/py-crcmod/Makefile +++ b/devel/py-crcmod/Makefile @@ -8,7 +8,8 @@ PORTNAME= crcmod PORTVERSION= 1.7 CATEGORIES= devel python -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ \ + CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org @@ -16,9 +17,9 @@ COMMENT= Module for Cyclic Redundancy Check (CRC) calculations LICENSE= MIT +# Python3 ready USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_PYTHON_PREFIX= yes DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} post-install: |