summaryrefslogtreecommitdiff
path: root/graphics/hpscan
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-01-15 10:40:43 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-01-15 10:40:43 +0000
commitcbe918a0c1b44d7dd790ffcc76a2d49342fb75dd (patch)
tree3b01305d5a3b58c3a8edb3f0d1e3bccd642be9c9 /graphics/hpscan
parentAdded glimpse and linuxls. (diff)
(Among other things) add version number 1.0 to PKGNAME.
Notes
Notes: svn path=/head/; revision=2629
Diffstat (limited to 'graphics/hpscan')
-rw-r--r--graphics/hpscan/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/hpscan/Makefile b/graphics/hpscan/Makefile
index 783eb0a5daaf..7b0d38ebd83f 100644
--- a/graphics/hpscan/Makefile
+++ b/graphics/hpscan/Makefile
@@ -3,20 +3,20 @@
# Date created: 12 January 1996
# Whom: nate
#
-# $Id: Makefile,v 1.1.1.1 1996/01/12 20:58:37 nate Exp $
+# $Id: Makefile,v 1.2 1996/01/13 18:56:58 joerg Exp $
#
DISTNAME= scanner
-PKGNAME= hpscan
+PKGNAME= hpscan-1.0
CATEGORIES+= graphics
MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ \
ftp://macbeth.cogsci.ed.ac.uk/pub/
-NO_WRKSUBDIR= true
-USE_X11= true
-USE_IMAKE= true
-NO_INSTALL_MANPAGES= true
-
MAINTAINER= nate@FreeBSD.org
+NO_WRKSUBDIR= yes
+USE_X11= yes
+USE_IMAKE= yes
+NO_INSTALL_MANPAGES= yes
+
.include <bsd.port.mk>