diff options
author | grant <grant@pkgsrc.org> | 2004-09-05 10:22:12 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-09-05 10:22:12 +0000 |
commit | bfa78b1cff22c4023bc53eee2e9ab09240b0a316 (patch) | |
tree | 9950d0b3ec9a12f79ee65117dadd2eb21515636f /security | |
parent | be63ae3094420ef0f82fbc353c7800a1cc7ebd55 (diff) | |
download | pkgsrc-bfa78b1cff22c4023bc53eee2e9ab09240b0a316.tar.gz |
fix PKGNAME.
Diffstat (limited to 'security')
-rw-r--r-- | security/pam-dbm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pam-dbm/Makefile b/security/pam-dbm/Makefile index df24152906f..ce5f9dd3888 100644 --- a/security/pam-dbm/Makefile +++ b/security/pam-dbm/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/09/05 10:01:19 grant Exp $ +# $NetBSD: Makefile,v 1.2 2004/09/05 10:22:12 grant Exp $ # DISTNAME= pam_dbm-0.2 +PKGNAME= pam-dbm-0.2 CATEGORIES= security MASTER_SITES= ftp://ftp.feep.net/pub/software/PAM/pam_dbm/ |