diff options
author | agc <agc> | 1999-11-22 13:34:51 +0000 |
---|---|---|
committer | agc <agc> | 1999-11-22 13:34:51 +0000 |
commit | 3c86d7f436c667982b1308aa27a85caf61ed6a14 (patch) | |
tree | 9a0b63aa89bb3b869feacfa95b7ca00097a5febb | |
parent | 41875569696971c97471ebd0623f18867e284546 (diff) | |
download | pkgsrc-3c86d7f436c667982b1308aa27a85caf61ed6a14.tar.gz |
Define the DIST_SUBDIR to be ${PKGNAME}, rather than straight "ne".
This means that there will be no problems with checksums on the
distribution files when the package is upgraded.
-rw-r--r-- | editors/ne/Makefile | 4 | ||||
-rw-r--r-- | editors/ne/files/md5 | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/editors/ne/Makefile b/editors/ne/Makefile index ebd07da301a..31e33362852 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/11/12 16:26:32 agc Exp $ +# $NetBSD: Makefile,v 1.4 1999/11/22 13:34:51 agc Exp $ DISTNAME= ne PKGNAME= ne-1.26 @@ -9,7 +9,7 @@ DISTFILES= ne.tar.gz ne.manpage.1 NE.spec.ascii NE.changes.spec MAINTAINER= bjh@mail.dotcom.fr -DIST_SUBDIR= ne +DIST_SUBDIR= ${PKGNAME} EXTRACT_ONLY= ne.tar.gz diff --git a/editors/ne/files/md5 b/editors/ne/files/md5 index ec9bb73fdb6..1a8256955b5 100644 --- a/editors/ne/files/md5 +++ b/editors/ne/files/md5 @@ -1,6 +1,6 @@ -$NetBSD: md5,v 1.2 1999/11/18 09:19:01 agc Exp $ +$NetBSD: md5,v 1.3 1999/11/22 13:34:52 agc Exp $ -MD5 (ne/ne.tar.gz) = 8133eeddaf32427413ecd0b320434aa9 -MD5 (ne/ne.manpage.1) = 4fd6ff55a895e7540a0d7dd4356651d3 -MD5 (ne/NE.spec.ascii) = 2ec03742d9bd23b82f443b465d7b0aa4 -MD5 (ne/NE.changes.spec) = 00d1736d897f4944d7df9ee4aa5d0ca3 +MD5 (ne-1.26/ne.tar.gz) = 8133eeddaf32427413ecd0b320434aa9 +MD5 (ne-1.26/ne.manpage.1) = 4fd6ff55a895e7540a0d7dd4356651d3 +MD5 (ne-1.26/NE.spec.ascii) = 2ec03742d9bd23b82f443b465d7b0aa4 +MD5 (ne-1.26/NE.changes.spec) = 00d1736d897f4944d7df9ee4aa5d0ca3 |