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