diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-01-15 10:40:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-01-15 10:40:43 +0000 |
commit | cbe918a0c1b44d7dd790ffcc76a2d49342fb75dd (patch) | |
tree | 3b01305d5a3b58c3a8edb3f0d1e3bccd642be9c9 /graphics/hpscan | |
parent | 4f9e644f2c7fe69bc1f6e08a6a85d26b70f72f2d (diff) | |
download | ports-cbe918a0c1b44d7dd790ffcc76a2d49342fb75dd.tar.gz ports-cbe918a0c1b44d7dd790ffcc76a2d49342fb75dd.zip |
(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/Makefile | 14 |
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> |