diff options
-rw-r--r-- | security/dirmngr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index 016b16e704a..098b26ddc06 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2015/07/04 23:31:24 ryoon Exp $ +# $NetBSD: Makefile,v 1.54 2015/07/05 00:00:11 ryoon Exp $ DISTNAME= dirmngr-1.1.1 CATEGORIES= security @@ -10,7 +10,7 @@ HOMEPAGE= http://www.gnupg.org/aegypten2/ COMMENT= X509 certificate and CRL downloader LICENSE= gnu-gpl-v3 -CONFLICTS= gnupg2-2.1.[0-9] +CONFLICTS= gnupg2-2.1.[0-9]* DIRMNGR_USER?= dirmngr DIRMNGR_GROUP?= dirmngr |