diff options
Diffstat (limited to 'mail/pronto/Makefile')
-rw-r--r-- | mail/pronto/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/pronto/Makefile b/mail/pronto/Makefile index 23fd77303602..badd216b85a0 100644 --- a/mail/pronto/Makefile +++ b/mail/pronto/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: pronto -# Date created: 15 March 2001 -# Whom: killer <killer@prosalg.no> -# +# Created by: killer <killer@prosalg.no> # $FreeBSD$ PORTNAME= pronto @@ -33,6 +30,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 +NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \ 's,/usr/local,${PREFIX},g' ${WRKSRC}/Makefile |