diff options
Diffstat (limited to 'lang/python30')
-rw-r--r-- | lang/python30/Makefile | 6 |
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> |