From 0f324186867289789728970c3e37d3cbfe6a774f Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 5 Jun 1998 07:09:01 +0000 Subject: plat-freebsd3 doesn't have a regen script. Noticed by: Gianmarco Giovannelli --- lang/python20/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lang/python20') diff --git a/lang/python20/Makefile b/lang/python20/Makefile index 13172e2a14ff..66cd8ae34353 100644 --- a/lang/python20/Makefile +++ b/lang/python20/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.31 1998/05/20 08:37:12 tg Exp $ +# $Id: Makefile,v 1.32 1998/06/03 07:06:32 tg Exp $ # DISTNAME= pyth151 @@ -90,11 +90,7 @@ pre-install: .endif post-install: -.if ${OSVERSION} < 300000 ${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3 -.else - ${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd3/regen ${PREFIX}/lib/python1.5/plat-freebsd2 -.endif strip ${PREFIX}/bin/python .include -- cgit