summaryrefslogtreecommitdiff
path: root/graphics/hp2xx/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-11-15 23:05:05 +0000
committerdmcmahill <dmcmahill>2000-11-15 23:05:05 +0000
commit4bb49dd366c4d494620f6cc09b34f198956ae976 (patch)
treef2c3a0a2bf9ee880f090f6b25ef80e6ba5c06695 /graphics/hp2xx/Makefile
parentcf8568df931196fb35745fcc278f48739b0580ed (diff)
downloadpkgsrc-4bb49dd366c4d494620f6cc09b34f198956ae976.tar.gz
fix a bug when plotting single points. ie, commands like:
;PU;PA 50,200;PD;PU; this now actually puts a single dot at 50,200 many thanks to the programs author, Dr. Martin Kroeker <mk@daveg.com> for supplying the patch.
Diffstat (limited to 'graphics/hp2xx/Makefile')
-rw-r--r--graphics/hp2xx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/hp2xx/Makefile b/graphics/hp2xx/Makefile
index 88602ff488d..d5de5280720 100644
--- a/graphics/hp2xx/Makefile
+++ b/graphics/hp2xx/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2000/10/31 18:15:45 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.10 2000/11/15 23:05:05 dmcmahill Exp $
#
DISTNAME= hp2xx-3.3.2
-PKGNAME= hp2xx-3.3.2nb1
+PKGNAME= hp2xx-3.3.2nb2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_GNU:=hp2xx/}