From ba89702285635efd977f4f66089dd18d020ff48d Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 17 Nov 1996 09:06:37 +0000 Subject: Converted to MAN[1-8] Converted p5* to use MASTER_SITE_PERL_CPAN --- textproc/glimpse/Makefile | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'textproc/glimpse') diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile index 6aee349..5af5309 100644 --- a/textproc/glimpse/Makefile +++ b/textproc/glimpse/Makefile @@ -3,7 +3,7 @@ # Date created: 25 August 1996 # Whom: chuckr@freebsd.org # -# $Id: Makefile,v 1.5 1996/08/26 02:14:25 chuckr Exp $ +# $Id: Makefile,v 1.6 1996/11/11 05:49:36 obrien Exp $ # DISTNAME= glimpse-3.6.src @@ -16,18 +16,14 @@ MAINTAINER= chuckr@freebsd.org NO_CDROM= yes # Restrictive copyright (don't sell for profit) GNU_CONFIGURE= yes +MAN1= glimpse.1 glimpseindex.1 glimpseserver.1 agrep.1 pre-configure: chmod ugo+x ${WRKSRC}/configure post-install: - mkdir -p ${PREFIX}/share/doc/glimpse + ${MKDIR} ${PREFIX}/share/doc/glimpse ${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/glimpse ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/glimpse -.if !defined(NOMANCOMPRESS) - for file in glimpse glimpseindex glimpseserver agrep; do \ - gzip -9nf ${PREFIX}/man/man1/$$file.1; \ - done -.endif .include -- cgit v1.1