diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-07 21:47:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-07 21:47:32 +0000 |
commit | 9717271b607b9ef832e1ff3049c4e69254e3d9ab (patch) | |
tree | d102908e231fc085907cc29d8a488b7675057510 /security/gnupg | |
parent | 834d1ed2ccc2dc7715d82fb83a14df41c586d44f (diff) | |
download | pkgsrc-9717271b607b9ef832e1ff3049c4e69254e3d9ab.tar.gz |
Remove obsolete line. Noted by tez.
Diffstat (limited to 'security/gnupg')
-rw-r--r-- | security/gnupg/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 89a2dfd7cc5..ea00b54c430 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.115 2013/01/06 14:50:47 spz Exp $ +# $NetBSD: Makefile,v 1.116 2013/01/07 21:47:32 wiz Exp $ DISTNAME= gnupg-1.4.13 CATEGORIES= security @@ -7,8 +7,6 @@ MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ ftp://ftp.jyu.fi/pub/crypt/gcrypt/gnupg/ \ ftp://ftp.ring.gr.jp/pub/net/gnupg/gnupg/ EXTRACT_SUFX= .tar.bz2 -# don't remove this -- we may add idea.c.gz to it in options.mk -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.gnupg.org/ |