aboutsummaryrefslogtreecommitdiff
path: root/converters/btoa
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 09:04:39 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 09:04:39 +0000
commit1cd3d92150c435bd617039c4045455da7a705228 (patch)
treef8d474c6016d91b2c9cf9983727b64e9ced48400 /converters/btoa
parente5cc021f77b6b9ad840e0350c81761099dd35e04 (diff)
downloadports-1cd3d92150c435bd617039c4045455da7a705228.tar.gz
ports-1cd3d92150c435bd617039c4045455da7a705228.zip
Converted to MAN[1-8]
Notes
Notes: svn path=/head/; revision=4540
Diffstat (limited to 'converters/btoa')
-rw-r--r--converters/btoa/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/converters/btoa/Makefile b/converters/btoa/Makefile
index 9a1cdb9a13f5..3aa5599392cc 100644
--- a/converters/btoa/Makefile
+++ b/converters/btoa/Makefile
@@ -3,7 +3,7 @@
# Date created: 4 Apr 1996
# Whom: Brent J. Nordquist <nordquist@platinum.com>
#
-# $Id: Makefile,v 1.1.1.1 1996/04/09 03:58:12 asami Exp $
+# $Id: Makefile,v 1.2 1996/11/11 05:49:14 obrien Exp $
#
DISTNAME= btoa-5.2
@@ -18,13 +18,9 @@ MAINTAINER= nordquist@platinum.com
MAKE_FLAGS= DESTDIR=${PREFIX} -f
MAKEFILE= Makefile.sun
+MAN1= btoa.1
# Turn off the default from bsd.port.mk (-p0), which screws things up
PATCH_DIST_STRIP=
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/btoa.1
-.endif
-
.include <bsd.port.mk>