diff options
author | wiz <wiz> | 2000-12-15 19:10:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-15 19:10:47 +0000 |
commit | 540a234f5ec4ac65022af83878053f68755608ac (patch) | |
tree | 675f481bf324b0664ed10fbd4e7b9cf8a0c2024d /editors | |
parent | f7c2e70d1be71a4d8f7e70c0c7f9bb556cad7059 (diff) | |
download | pkgsrc-540a234f5ec4ac65022af83878053f68755608ac.tar.gz |
Split PKGNAME and DISTNAME (fixes recent i386/bulk-build failure).
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gnotepad/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/gnotepad/Makefile b/editors/gnotepad/Makefile index 0fef54053b6..4a4aeb6bf7f 100644 --- a/editors/gnotepad/Makefile +++ b/editors/gnotepad/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/12/13 01:14:51 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2000/12/15 19:10:47 wiz Exp $ -DISTNAME= gnotepad-1.3.2 +DISTNAME= gnotepad+-1.3.2 +PKGNAME= ${DISTNAME:S/+//} CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnotepad/} |