diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-25 01:14:02 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-25 01:14:02 +0000 |
commit | a6d5b8270e3c0df4f8e88dff0206c9328636aa2b (patch) | |
tree | a7566d6e020bf06c267356e3f92dc6d4c8f3cdf1 /devel/decompyle | |
parent | 68837b985f786857e0d8387c9e867fc7cc18513c (diff) | |
download | ports-a6d5b8270e3c0df4f8e88dff0206c9328636aa2b.tar.gz ports-a6d5b8270e3c0df4f8e88dff0206c9328636aa2b.zip |
Notes
Diffstat (limited to 'devel/decompyle')
-rw-r--r-- | devel/decompyle/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/decompyle/Makefile b/devel/decompyle/Makefile index 7cdd391f8718..88179ddfc318 100644 --- a/devel/decompyle/Makefile +++ b/devel/decompyle/Makefile @@ -8,7 +8,7 @@ PORTNAME= decompyle PORTVERSION= 2.2.b1 CATEGORIES= devel python -MASTER_SITES= http://www.goebel-consult.de/decompyle/ +MASTER_SITES= http://www.crazy-compilers.com/decompyle/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/g} MAINTAINER= perky@FreeBSD.org @@ -17,7 +17,6 @@ COMMENT= Python byte-code decompiler USE_PYTHON= yes USE_PYDISTUTILS= yes USE_REINPLACE= yes -PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,${LOCALBASE}/,,g} post-patch: ${REINPLACE_CMD} -e 's,/usr/bin/env python2,${PYTHON_CMD},' \ |