diff options
Diffstat (limited to 'security/gnupg1/Makefile')
-rw-r--r-- | security/gnupg1/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index 395d295f5cbc..fb8e497655a7 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -6,13 +6,11 @@ # PORTNAME= gnupg -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/gnupg/ \ ftp://pgp.iijlab.net/pub/gnupg/ \ ftp://ring.aist.go.jp/pub/net/gnupg/gnupg/ -DISTFILES= ${DISTNAME}.tar.gz gpg.1.gz -EXTRACT_ONLY= ${DISTNAME}.tar.gz MAINTAINER= kuriyama@FreeBSD.org @@ -29,9 +27,6 @@ USE_GMAKE= YES .endif CFLAGS:= ${CFLAGS:S/-pipe//g} -post-extract: - ${GZIP_CMD} -c -d ${DISTDIR}/gpg.1.gz > ${WRKSRC}/doc/gpg.1 - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/gnupg |