diff options
author | wiz <wiz> | 2015-08-07 11:16:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2015-08-07 11:16:16 +0000 |
commit | e6243f2cf055dc5e16b3592a7404de56f29503ca (patch) | |
tree | 12b55e4b2376a00239329d0d27196786822f46c0 /security | |
parent | 8e339a0e0533f2a337713b7e73de9e5e0cc4c425 (diff) | |
download | pkgsrc-e6243f2cf055dc5e16b3592a7404de56f29503ca.tar.gz |
Remove PKGREVISION setting from Makefile.common. This should never be here.
Noted by Matthias Ferdinand on pkgsrc-users.
Diffstat (limited to 'security')
-rw-r--r-- | security/crudesaml/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/crudesaml/Makefile.common b/security/crudesaml/Makefile.common index c32be8fc06c..67728955a49 100644 --- a/security/crudesaml/Makefile.common +++ b/security/crudesaml/Makefile.common @@ -1,10 +1,9 @@ -# $NetBSD: Makefile.common,v 1.9 2014/07/22 09:47:37 manu Exp $ +# $NetBSD: Makefile.common,v 1.10 2015/08/07 11:16:16 wiz Exp $ # # used by security/cy2-saml/Makefile # used by security/pam-saml/Makefile DISTNAME= crudesaml-1.4 -PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://ftp.espci.fr/pub/crudesaml/ |