diff options
author | wiz <wiz@pkgsrc.org> | 2000-07-12 20:15:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-07-12 20:15:11 +0000 |
commit | 1a08b2d76e9deeaf2779d9fcfff9a96caf6220d2 (patch) | |
tree | 6f4d95159ea00498d6f67228f473916d6a9e3204 /mail | |
parent | 84fe60f2c43488c2ece7f223776fe62357040b42 (diff) | |
download | pkgsrc-1a08b2d76e9deeaf2779d9fcfff9a96caf6220d2.tar.gz |
fix DISTNAME, broken by my last commit. Noted by Solar Designer.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/popa3d/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index 4e760e09ff3..0e5ab29b153 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2000/07/07 23:54:53 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2000/07/12 20:15:11 wiz Exp $ # -DISTNAME= popa3d-0.4nb1 +DISTNAME= popa3d-0.4 +PKGNAME= popa3d-0.4nb1 CATEGORIES= mail MASTER_SITES= http://www.openwall.com/popa3d/ \ ftp://ftp.openwall.com/popa3d/ \ |