diff options
author | tg <tg@FreeBSD.org> | 1998-06-05 07:09:01 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-06-05 07:09:01 +0000 |
commit | 0f324186867289789728970c3e37d3cbfe6a774f (patch) | |
tree | adc4232e4a922ff2a4bf489bd8d98d17e78140ac /lang/python27 | |
parent | 799e8dbb2396f6f6dabd5e87fd0c403aed5da59c (diff) | |
download | FreeBSD-ports-0f324186867289789728970c3e37d3cbfe6a774f.zip FreeBSD-ports-0f324186867289789728970c3e37d3cbfe6a774f.tar.gz |
plat-freebsd3 doesn't have a regen script.
Noticed by: Gianmarco Giovannelli <gmarco@scotty.masternet.it>
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 13172e2..66cd8ae 100644 --- a/lang/python27/Makefile +++ b/lang/python27/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 <bsd.port.mk> |