diff options
Diffstat (limited to 'mail/p5-LMAP-CID2SPF/Makefile')
-rw-r--r-- | mail/p5-LMAP-CID2SPF/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mail/p5-LMAP-CID2SPF/Makefile b/mail/p5-LMAP-CID2SPF/Makefile index 5108e9d2784f..2077dd4637ad 100644 --- a/mail/p5-LMAP-CID2SPF/Makefile +++ b/mail/p5-LMAP-CID2SPF/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: LMAP-CID2SPF -# Date Created: 2006-11-03 -# Whom: Shaun Amott <shaun@FreeBSD.org> -# +# Created by: Shaun Amott <shaun@FreeBSD.org> # $FreeBSD$ -# PORTNAME= LMAP-CID2SPF DISTVERSION= 0.9 @@ -23,6 +19,7 @@ CONFIGURE_SCRIPT=Makefile.PL PLIST_FILES+= bin/cid2spf %%SITE_PERL%%/LMAP/CID2SPF.pm PLIST_FILES+= "@unexec rmdir %D/%%SITE_PERL%%/LMAP 2>/dev/null || true" +NO_STAGE= yes do-install: @${MKDIR} ${SITE_PERL}/LMAP cd ${WRKSRC} && ${INSTALL_SCRIPT} cid2spf ${PREFIX}/bin |