summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-07-25 01:14:02 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-07-25 01:14:02 +0000
commita6d5b8270e3c0df4f8e88dff0206c9328636aa2b (patch)
treea7566d6e020bf06c267356e3f92dc6d4c8f3cdf1
parentCompile python byte codes on the correct directory. (diff)
MASTER_SITE is moved
Notes
Notes: svn path=/head/; revision=85559
-rw-r--r--devel/decompyle/Makefile3
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},' \