aboutsummaryrefslogtreecommitdiff
path: root/lang/python+ipv6
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 06:12:51 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 06:12:51 +0000
commit322557b38bbf8e059bd4133ae2c4ffebebcd20f5 (patch)
tree0a35d4ee0a8c15369f24146060d1823b78c7048a /lang/python+ipv6
parentb547dd5ac000c0a47852a916860ea990aaf81a81 (diff)
downloadports-322557b38bbf8e059bd4133ae2c4ffebebcd20f5.tar.gz
ports-322557b38bbf8e059bd4133ae2c4ffebebcd20f5.zip
Converted to MAN[1-9NL]
Notes
Notes: svn path=/head/; revision=4533
Diffstat (limited to 'lang/python+ipv6')
-rw-r--r--lang/python+ipv6/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/python+ipv6/Makefile b/lang/python+ipv6/Makefile
index b73a80dad343..e622d281a97c 100644
--- a/lang/python+ipv6/Makefile
+++ b/lang/python+ipv6/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>