diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 06:12:51 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 06:12:51 +0000 |
commit | 07c3420c8a1b322f333a8307efb3fb8220dc242f (patch) | |
tree | fb60995d2aeb95540d341a376247c651643d1514 /lang/python22 | |
parent | 91f6bc4970d9447085147a9a6e818a14719b2018 (diff) | |
download | FreeBSD-ports-07c3420c8a1b322f333a8307efb3fb8220dc242f.zip FreeBSD-ports-07c3420c8a1b322f333a8307efb3fb8220dc242f.tar.gz |
Converted to MAN[1-9NL]
Diffstat (limited to 'lang/python22')
-rw-r--r-- | lang/python22/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/python22/Makefile b/lang/python22/Makefile index b73a80d..e622d28 100644 --- a/lang/python22/Makefile +++ b/lang/python22/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> |