diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 16:45:20 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 16:45:20 +0800 |
commit | 109f11d37b159f1fdf6f84e03cf24457cda978e7 (patch) | |
tree | 9cb66c5534dca58d5073e5440262ddcaf2b2880f /print/virtualpaper | |
parent | b5969d108c4ee5f6a75132b5d226a3541e079ab5 (diff) | |
download | freebsd-ports-graphics-109f11d37b159f1fdf6f84e03cf24457cda978e7.tar.gz freebsd-ports-graphics-109f11d37b159f1fdf6f84e03cf24457cda978e7.tar.zst freebsd-ports-graphics-109f11d37b159f1fdf6f84e03cf24457cda978e7.zip |
CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
Diffstat (limited to 'print/virtualpaper')
-rw-r--r-- | print/virtualpaper/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/print/virtualpaper/Makefile b/print/virtualpaper/Makefile index f567e782fa3..9db55cabb02 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 <bsd.port.mk> |