diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-10 22:14:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-10 22:14:30 +0000 |
commit | 7f6e9e495d6da4d80f50e007e8af2bf9b4958d50 (patch) | |
tree | 2cc30bf01cf66df72a5ce66fbcc432c1909c5f3f | |
parent | Update to SRC680_m168 (diff) |
- Drop unnecessary post-patch
PR: ports/96977
Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
Notes
Notes:
svn path=/head/; revision=162030
-rw-r--r-- | www/py-prewikka/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/py-prewikka/Makefile b/www/py-prewikka/Makefile index 0767519f4460..ec2ce10697a1 100644 --- a/www/py-prewikka/Makefile +++ b/www/py-prewikka/Makefile @@ -22,8 +22,4 @@ LIB_DEPENDS= prelude.[6-?]:${PORTSDIR}/security/libprelude \ USE_PYTHON= 2.3+ USE_PYDISTUTILS= yes -post-patch: - @${REINPLACE_CMD} -e 's,/usr/bin/env python,${PYTHON_CMD},' \ - ${WRKSRC}/cgi-bin/prewikka.cgi - .include <bsd.port.mk> |