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