summaryrefslogtreecommitdiff
path: root/print/virtualpaper
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 08:45:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 08:45:20 +0000
commite5cc021f77b6b9ad840e0350c81761099dd35e04 (patch)
tree8b08b89bac82cd26c045211d009f5b66c0d101f5 /print/virtualpaper
parentCATEGORIES+= -> CATEGORIES= (diff)
CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
Notes
Notes: svn path=/head/; revision=4539
Diffstat (limited to 'print/virtualpaper')
-rw-r--r--print/virtualpaper/Makefile11
1 files changed, 4 insertions, 7 deletions
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 <bsd.port.mk>