diff options
author | asami <asami@FreeBSD.org> | 1996-01-15 18:40:43 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-01-15 18:40:43 +0800 |
commit | afe3e7bf0b16785423598c8526cc035c158105a6 (patch) | |
tree | c035c4c100d12340622e5c4917a6e8d08af32d6e /graphics/hpscan | |
parent | 9cf3b1c75b2795619d46bb0f60c905968f54a87c (diff) | |
download | freebsd-ports-gnome-afe3e7bf0b16785423598c8526cc035c158105a6.tar.gz freebsd-ports-gnome-afe3e7bf0b16785423598c8526cc035c158105a6.tar.zst freebsd-ports-gnome-afe3e7bf0b16785423598c8526cc035c158105a6.zip |
(Among other things) add version number 1.0 to PKGNAME.
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> |