diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
commit | a65ed2e51bf631a6b8ab766f984bf33c686d239a (patch) | |
tree | 446f26536f63818c96e297aac8c4f1490814f146 /security/p5-PGP | |
parent | Fix header conversion (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: security)
Diffstat (limited to 'security/p5-PGP')
-rw-r--r-- | security/p5-PGP/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/p5-PGP/Makefile b/security/p5-PGP/Makefile index 72e88f4b9177..7bbfa674c66f 100644 --- a/security/p5-PGP/Makefile +++ b/security/p5-PGP/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-PGP -# Date created: October 21st 1996 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# +# Created by: James FitzGibbon <jfitz@FreeBSD.org> # $FreeBSD$ -# PORTNAME= PGP PORTVERSION= 0.3a @@ -21,6 +17,7 @@ USE_PERL5= configure MAN3= PGP::Pipe.3 +NO_STAGE= yes pre-configure: @${CP} ${WRKSRC}/PGP/Pipe.pm ${WRKSRC} |