diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:32:17 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:32:17 +0000 |
commit | 5aa5bdafe4c00759989f571dcedb711d708fbfd0 (patch) | |
tree | 883b58eb481c86e6a748a7d115d621431851023d /graphics/sane | |
parent | a8fbf965c0c75efeeebdf4be6b67472a3ffd4379 (diff) | |
download | pkgsrc-5aa5bdafe4c00759989f571dcedb711d708fbfd0.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'graphics/sane')
-rw-r--r-- | graphics/sane/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/sane/Makefile b/graphics/sane/Makefile index 0753c4e4336..4fe7e25cc7b 100644 --- a/graphics/sane/Makefile +++ b/graphics/sane/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/05/06 08:49:12 frueauf Exp $ +# $NetBSD: Makefile,v 1.3 1998/06/22 12:39:46 agc Exp $ # FreeBSD Id: Makefile,v 1.3 1998/04/30 02:38:03 obrien Exp # @@ -14,11 +14,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_X11= yes -MAN1= scanimage.1 xscanimage.1 saned.1 -MAN5= sane-dll.5 sane-hp.5 sane-mustek.5 sane-net.5 sane-pnm.5 \ - sane-pint.5 sane-qcam.5 sane-umax.5 sane-scsi.5 sane-dmc.5 \ - sane-epson.5 sane-microtek.5 - post-install: ${LDCONFIG} || ${TRUE} |