diff options
author | wiz <wiz> | 2000-07-16 23:05:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-07-16 23:05:38 +0000 |
commit | 920f606a8ff82b8230377b395514bc5bfd884392 (patch) | |
tree | 391a7aed76c1b3805541bfd5c874892ac642bd31 /security/gnupg/Makefile | |
parent | af9ba658082a2447b439e308cc77760c733874f2 (diff) | |
download | pkgsrc-920f606a8ff82b8230377b395514bc5bfd884392.tar.gz |
Man page is not distributed by itself anymore. (undo last commit, fix it
correctly)
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 26522d642f3..e1bf8175a0f 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2000/07/16 17:10:24 mason Exp $ +# $NetBSD: Makefile,v 1.11 2000/07/16 23:05:38 wiz Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp # DISTNAME= gnupg-1.0.2 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/gnupg/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} gnupg-1.0.2.tar.gz MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.gnupg.org/ @@ -28,7 +27,4 @@ DEPENDS+= zlib-1.1.3:../../devel/zlib LDFLAGS+= -L${LOCALBASE}/lib .endif -pre-configure: - ${GUNZIP_CMD} -c ${DISTDIR}/gnupg-1.0.2.tar.gz > ${WRKSRC}/doc/gpg.1 - .include "../../mk/bsd.pkg.mk" |