summaryrefslogtreecommitdiffstats
path: root/lang/python30
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1996-11-17 06:12:51 +0000
committerobrien <obrien@FreeBSD.org>1996-11-17 06:12:51 +0000
commit07c3420c8a1b322f333a8307efb3fb8220dc242f (patch)
treefb60995d2aeb95540d341a376247c651643d1514 /lang/python30
parent91f6bc4970d9447085147a9a6e818a14719b2018 (diff)
downloadFreeBSD-ports-07c3420c8a1b322f333a8307efb3fb8220dc242f.zip
FreeBSD-ports-07c3420c8a1b322f333a8307efb3fb8220dc242f.tar.gz
Converted to MAN[1-9NL]
Diffstat (limited to 'lang/python30')
-rw-r--r--lang/python30/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/python30/Makefile b/lang/python30/Makefile
index b73a80d..e622d28 100644
--- a/lang/python30/Makefile
+++ b/lang/python30/Makefile
@@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.8 1996/11/02 19:04:22 jkh Exp $
+# $Id: Makefile,v 1.9 1996/11/12 02:18:59 obrien Exp $
#
DISTNAME= python1.4
@@ -21,14 +21,12 @@ HAS_CONFIGURE= yes
MAKE_FLAGS+= 'OPT=${CFLAGS}'
INSTALL_TARGET= install
+MAN1= python.1
post-configure:
${CP} ${FILESDIR}/Setup ${WRKSRC}/Modules
post-install:
strip ${PREFIX}/bin/python
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/python.1
-.endif
.include <bsd.port.mk>
OpenPOWER on IntegriCloud