diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-05 07:09:01 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-06-05 07:09:01 +0000 |
commit | e7ec8346d73e64b96c19022cf04e7278d2df5a58 (patch) | |
tree | 8b187aaf633303680b6ce1d835da32211797a021 /lang/python+ipv6 | |
parent | 0a395adf10c4afa4d13286c4a996b1312813ae1c (diff) | |
download | ports-e7ec8346d73e64b96c19022cf04e7278d2df5a58.tar.gz ports-e7ec8346d73e64b96c19022cf04e7278d2df5a58.zip |
Notes
Diffstat (limited to 'lang/python+ipv6')
-rw-r--r-- | lang/python+ipv6/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/python+ipv6/Makefile b/lang/python+ipv6/Makefile index 13172e2a14ff..66cd8ae34353 100644 --- a/lang/python+ipv6/Makefile +++ b/lang/python+ipv6/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> |