diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-08-25 17:20:51 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-08-25 17:20:51 +0000 |
commit | cc78f57cffcddfbc0b91223c518d5ad72c8f9f99 (patch) | |
tree | 8a8e55848c72db0ea9fad6aafae5a54fba267bf1 /security | |
parent | 207908fee124c6ea8acebf62eac9e92fe0b46a97 (diff) | |
download | pkgsrc-cc78f57cffcddfbc0b91223c518d5ad72c8f9f99.tar.gz |
Fix "used by" lines.
Diffstat (limited to 'security')
-rw-r--r-- | security/go-crypto/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/go-crypto/Makefile.common b/security/go-crypto/Makefile.common index c76a57fcf8b..2a81a33f29e 100644 --- a/security/go-crypto/Makefile.common +++ b/security/go-crypto/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.2 2017/05/02 17:06:30 fhajny Exp $ +# $NetBSD: Makefile.common,v 1.3 2017/08/25 17:20:51 jperkin Exp $ # -# used by security/go-crypto -# used by security/go-crypto-acme +# used by security/go-crypto-acme/Makefile +# used by security/go-crypto/Makefile DISTNAME= go-crypto-0.0.20170502 CATEGORIES= security |