diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 55d005face1453b1b4a2060d200b23e7a8724bc6 (patch) | |
tree | 57df8a2140bcfbf3d9340091e7c6cadd742f8b85 /converters/uudeview | |
parent | e17062778b44808fb41055bba34741677ec69abc (diff) | |
download | FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.zip FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'converters/uudeview')
-rw-r--r-- | converters/uudeview/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile index d46aaa7..f1ce6a8 100644 --- a/converters/uudeview/Makefile +++ b/converters/uudeview/Makefile @@ -3,7 +3,7 @@ # Date Created: 04 Aug 1996 # Whom: Tim Vanderhoek <ac199@freenet.hamilton.on.ca> # -# $Id: Makefile,v 1.3 1996/10/15 08:24:22 asami Exp $ +# $Id: Makefile,v 1.4 1996/11/12 02:17:49 obrien Exp $ # DISTNAME= uudeview-0.5.4 @@ -22,6 +22,7 @@ GNU_CONFIGURE= Yes # its own minews do-hicky. CONFIGURE_ARGS= --disable-minews CONFIGURE_ARGS+= --disable-tcl +MAN1= uudeview.1 uuenview.1 EXTRAFILES+= porting.notes @@ -55,10 +56,6 @@ post-install: ${ECHO_MSG} "===> Not copying available documents to ${PREFIX}/${PORTDOCDIR}"; \ fi; .endif -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/uudeview.1 - gzip -9nf ${PREFIX}/man/man1/uuenview.1 -.endif strip ${PREFIX}/bin/uudeview strip ${PREFIX}/bin/uuenview |