diff options
author | wiz <wiz@pkgsrc.org> | 2015-08-07 11:16:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-08-07 11:16:16 +0000 |
commit | e15a61c0aef9ba62c18aa650ed7e18db7f69e3cc (patch) | |
tree | 12b55e4b2376a00239329d0d27196786822f46c0 /security/crudesaml/Makefile.common | |
parent | 6a082fb723870ad258fb39fde3d2e19a7e1ed285 (diff) | |
download | pkgsrc-e15a61c0aef9ba62c18aa650ed7e18db7f69e3cc.tar.gz |
Remove PKGREVISION setting from Makefile.common. This should never be here.
Noted by Matthias Ferdinand on pkgsrc-users.
Diffstat (limited to 'security/crudesaml/Makefile.common')
-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/ |