diff options
author | mason <mason> | 2000-07-16 17:10:24 +0000 |
---|---|---|
committer | mason <mason> | 2000-07-16 17:10:24 +0000 |
commit | 7738a31cf06303636e428a1005478be9f6a862dd (patch) | |
tree | f017138037acd939e06d5c0ce5fdee54eab772a9 /security/gnupg | |
parent | 0b6bb088c000e556ea102fbf7e41b931e71944cf (diff) | |
download | pkgsrc-7738a31cf06303636e428a1005478be9f6a862dd.tar.gz |
Corrected distfile name (two places) so package builds.
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index f6fd3b82a06..26522d642f3 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2000/07/15 11:25:57 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2000/07/16 17:10:24 mason 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} gpg.1.gz +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} gnupg-1.0.2.tar.gz MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.gnupg.org/ @@ -29,6 +29,6 @@ LDFLAGS+= -L${LOCALBASE}/lib .endif pre-configure: - ${GUNZIP_CMD} -c ${DISTDIR}/gpg.1.gz > ${WRKSRC}/doc/gpg.1 + ${GUNZIP_CMD} -c ${DISTDIR}/gnupg-1.0.2.tar.gz > ${WRKSRC}/doc/gpg.1 .include "../../mk/bsd.pkg.mk" |