diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-15 19:10:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-15 19:10:47 +0000 |
commit | c8bf5e2a33095167483517f2d0e5ccfd23df508e (patch) | |
tree | 675f481bf324b0664ed10fbd4e7b9cf8a0c2024d /editors/gnotepad | |
parent | 9a3a9839128b88b59f2153554e97ecf27d0fe55a (diff) | |
download | pkgsrc-c8bf5e2a33095167483517f2d0e5ccfd23df508e.tar.gz |
Split PKGNAME and DISTNAME (fixes recent i386/bulk-build failure).
Diffstat (limited to 'editors/gnotepad')
-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/} |