diff options
author | mellon <mellon@pkgsrc.org> | 1999-04-08 15:22:40 +0000 |
---|---|---|
committer | mellon <mellon@pkgsrc.org> | 1999-04-08 15:22:40 +0000 |
commit | 9fbb6462e823c55889f776833ff3b7ac91b614c1 (patch) | |
tree | fe0bc61146d63b2953a1b9e638f99c4c6ad36c4b /security | |
parent | b2607dd81e9f4c2ca28be56c241585c81fa7f23f (diff) | |
download | pkgsrc-9fbb6462e823c55889f776833ff3b7ac91b614c1.tar.gz |
Undo some damage pkglint insisted on.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 354db924c7f..c08b5c769e9 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1999/04/07 23:01:27 mellon Exp $ +# $NetBSD: Makefile,v 1.2 1999/04/08 15:22:40 mellon Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp # @@ -9,8 +9,10 @@ MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/ MAINTAINER= packages@NetBSD.ORG HOMEPAGE= http://www.gnupg.org -.include "../../mk/bsd.pkg.mk" +.include "../../mk/bsd.prefs.mk" GNU_CONFIGURE= yes RESTRICTED= "Cryptographic software" MIRROR_DISTFILE=no + +.include "../../mk/bsd.pkg.mk" |