diff options
Diffstat (limited to 'security/spike-proxy/Makefile')
-rw-r--r-- | security/spike-proxy/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/spike-proxy/Makefile b/security/spike-proxy/Makefile index ed378f2b46b8..6d30b5a6170e 100644 --- a/security/spike-proxy/Makefile +++ b/security/spike-proxy/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: spike-proxy -# Date created: 2 Aug 2004 -# Whom: Yonatan <Yonatan@xpert.com> -# +# Created by: Yonatan <Yonatan@xpert.com> # $FreeBSD$ -# PORTNAME= spike-proxy PORTVERSION= 1.4.8 @@ -21,6 +17,7 @@ WRKSRC= ${WRKDIR}/spkproxy USE_PYTHON= yes NO_BUILD= yes +NO_STAGE= yes post-patch: @${REINPLACE_CMD} "s|\#\!/usr/bin/python|\#\!${LOCALBASE}/bin/python|" ${WRKSRC}/*.py |