diff options
Diffstat (limited to 'mail/pyzor/Makefile')
-rw-r--r-- | mail/pyzor/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/pyzor/Makefile b/mail/pyzor/Makefile index ba48923393e8..c5bc0a879ab1 100644 --- a/mail/pyzor/Makefile +++ b/mail/pyzor/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: pyzor -# Date created: Aug 1, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= pyzor PORTVERSION= 0.5.0 @@ -21,6 +16,7 @@ USE_PYDISTUTILS= yes MAN1= pyzor.1 pyzord.1 +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '1s,^#!/usr/bin/python,#!/usr/bin/env -S python -Wignore::DeprecationWarning,' \ ${WRKSRC}/scripts/pyzor ${WRKSRC}/scripts/pyzord |