diff options
Diffstat (limited to 'security/pgpgpg')
-rw-r--r-- | security/pgpgpg/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/pgpgpg/Makefile b/security/pgpgpg/Makefile index d85d0142bdc6..e4ab18310f20 100644 --- a/security/pgpgpg/Makefile +++ b/security/pgpgpg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pgpgpg -# Date created: 16 December 1999 -# Whom: Matt Behrens <matt@zigg.com> -# +# Created by: Matt Behrens <matt@zigg.com> # $FreeBSD$ -# PORTNAME= pgpgpg PORTVERSION= 0.13 @@ -28,4 +24,5 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gpg-path=${PREFIX}/bin/gpg PLIST_FILES= bin/pgpgpg +NO_STAGE= yes .include <bsd.port.mk> |