From e5cc021f77b6b9ad840e0350c81761099dd35e04 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 17 Nov 1996 08:45:20 +0000 Subject: CATEGORIES+= -> CATEGORIES= Converted to MAN[1-9] --- print/virtualpaper/Makefile | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'print/virtualpaper/Makefile') diff --git a/print/virtualpaper/Makefile b/print/virtualpaper/Makefile index f567e782fa3c..9db55cabb024 100644 --- a/print/virtualpaper/Makefile +++ b/print/virtualpaper/Makefile @@ -3,12 +3,12 @@ # Date created: 13 June 1996 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1996/06/14 08:00:14 jkh Exp $ +# $Id: Makefile,v 1.2 1996/11/03 19:49:33 jdp Exp $ # DISTNAME= virtualpaper-1.4 DIST_SUBDIR= virtualpaper-1.4 -CATEGORIES+= print +CATEGORIES= print MASTER_SITES= http://www.research.digital.com:80/SRC/virtualpaper/cgi-bin/nph-download.tcl/sources.tar.Z?object=Virtual+Paper/ DISTFILES= sources.tar.Z @@ -17,6 +17,8 @@ MAINTAINER= jdp@FreeBSD.org BUILD_DEPENDS= m3build-4:${PORTSDIR}/lang/modula-3 LIB_DEPENDS= m3\\.4\\.:${PORTSDIR}/lang/modula-3-lib +MAN1= LecternClient.1 Lectern.1 BuildLectern.1 EditLectern.1 + do-build: @cd ${WRKSRC}/lecternclient; m3build @cd ${WRKSRC}/lecterndoc; m3build @@ -49,10 +51,5 @@ do-install: @echo "Stripping programs" @cd ${PREFIX}/bin; \ strip LecternClient Lectern BuildLectern EditLectern -.if !defined(NOMANCOMPRESS) - @echo "Compressing manual pages" - @cd ${PREFIX}/man/man1; \ - gzip -9nf LecternClient.1 Lectern.1 BuildLectern.1 EditLectern.1 -.endif .include -- cgit v1.2.3