diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-05-23 22:22:19 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-05-23 22:22:19 +0000 |
commit | 03f189ed5b5a5559e1a2ac5154ffbb0d247b086e (patch) | |
tree | a7d8311612999f81e004ab9fe53399cfe729f724 /devel/decompyle | |
parent | 52cc034e89ec1c9bb688c6b17513311efae31bb2 (diff) | |
download | ports-03f189ed5b5a5559e1a2ac5154ffbb0d247b086e.tar.gz ports-03f189ed5b5a5559e1a2ac5154ffbb0d247b086e.zip |
Notes
Diffstat (limited to 'devel/decompyle')
-rw-r--r-- | devel/decompyle/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/decompyle/Makefile b/devel/decompyle/Makefile index 207bf6f22840..8038a0de865b 100644 --- a/devel/decompyle/Makefile +++ b/devel/decompyle/Makefile @@ -17,15 +17,8 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S,${LOCALBASE}/,,g} -.include <bsd.port.pre.mk> - post-patch: -.if ${OSVERSION} < 500036 ${PERL} -pi -e 's,/usr/bin/env python2,${PYTHON_CMD},' \ ${WRKSRC}/scripts/decompyle -.else - ${SED} -i.orig -e 's,/usr/bin/env python2,${PYTHON_CMD},' \ - ${WRKSRC}/scripts/decompyle -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |