plat-freebsd3 doesn't have a regen script.

Noticed by:		Gianmarco Giovannelli <gmarco@scotty.masternet.it>
This commit is contained in:
Thomas Gellekum 1998-06-05 07:09:01 +00:00
parent 0a395adf10
commit e7ec8346d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11271
15 changed files with 15 additions and 75 deletions

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995 # Date created: 08 August 1995
# Whom: jkh # 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 DISTNAME= pyth151
@ -90,11 +90,7 @@ pre-install:
.endif .endif
post-install: post-install:
.if ${OSVERSION} < 300000
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3 ${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 strip ${PREFIX}/bin/python
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995 # Date created: 08 August 1995
# Whom: jkh # 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 DISTNAME= pyth151
@ -90,11 +90,7 @@ pre-install:
.endif .endif
post-install: post-install:
.if ${OSVERSION} < 300000
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3 ${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 strip ${PREFIX}/bin/python
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995 # Date created: 08 August 1995
# Whom: jkh # 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 DISTNAME= pyth151
@ -90,11 +90,7 @@ pre-install:
.endif .endif
post-install: post-install:
.if ${OSVERSION} < 300000
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3 ${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 strip ${PREFIX}/bin/python
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995 # Date created: 08 August 1995
# Whom: jkh # 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 DISTNAME= pyth151
@ -90,11 +90,7 @@ pre-install:
.endif .endif
post-install: post-install:
.if ${OSVERSION} < 300000
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3 ${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 strip ${PREFIX}/bin/python
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995 # Date created: 08 August 1995
# Whom: jkh # 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 DISTNAME= pyth151
@ -90,11 +90,7 @@ pre-install:
.endif .endif
post-install: post-install:
.if ${OSVERSION} < 300000
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3 ${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 strip ${PREFIX}/bin/python
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995 # Date created: 08 August 1995
# Whom: jkh # 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 DISTNAME= pyth151
@ -90,11 +90,7 @@ pre-install:
.endif .endif
post-install: post-install:
.if ${OSVERSION} < 300000
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3 ${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 strip ${PREFIX}/bin/python
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995 # Date created: 08 August 1995
# Whom: jkh # 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 DISTNAME= pyth151
@ -90,11 +90,7 @@ pre-install:
.endif .endif
post-install: post-install:
.if ${OSVERSION} < 300000
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3 ${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 strip ${PREFIX}/bin/python
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995 # Date created: 08 August 1995
# Whom: jkh # 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 DISTNAME= pyth151
@ -90,11 +90,7 @@ pre-install:
.endif .endif
post-install: post-install:
.if ${OSVERSION} < 300000
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3 ${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 strip ${PREFIX}/bin/python
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995 # Date created: 08 August 1995
# Whom: jkh # 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 DISTNAME= pyth151
@ -90,11 +90,7 @@ pre-install:
.endif .endif
post-install: post-install:
.if ${OSVERSION} < 300000
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3 ${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 strip ${PREFIX}/bin/python
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995 # Date created: 08 August 1995
# Whom: jkh # 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 DISTNAME= pyth151
@ -90,11 +90,7 @@ pre-install:
.endif .endif
post-install: post-install:
.if ${OSVERSION} < 300000
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3 ${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 strip ${PREFIX}/bin/python
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995 # Date created: 08 August 1995
# Whom: jkh # 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 DISTNAME= pyth151
@ -90,11 +90,7 @@ pre-install:
.endif .endif
post-install: post-install:
.if ${OSVERSION} < 300000
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3 ${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 strip ${PREFIX}/bin/python
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995 # Date created: 08 August 1995
# Whom: jkh # 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 DISTNAME= pyth151
@ -90,11 +90,7 @@ pre-install:
.endif .endif
post-install: post-install:
.if ${OSVERSION} < 300000
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3 ${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 strip ${PREFIX}/bin/python
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995 # Date created: 08 August 1995
# Whom: jkh # 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 DISTNAME= pyth151
@ -90,11 +90,7 @@ pre-install:
.endif .endif
post-install: post-install:
.if ${OSVERSION} < 300000
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3 ${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 strip ${PREFIX}/bin/python
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995 # Date created: 08 August 1995
# Whom: jkh # 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 DISTNAME= pyth151
@ -90,11 +90,7 @@ pre-install:
.endif .endif
post-install: post-install:
.if ${OSVERSION} < 300000
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3 ${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 strip ${PREFIX}/bin/python
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 08 August 1995 # Date created: 08 August 1995
# Whom: jkh # 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 DISTNAME= pyth151
@ -90,11 +90,7 @@ pre-install:
.endif .endif
post-install: post-install:
.if ${OSVERSION} < 300000
${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3 ${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 strip ${PREFIX}/bin/python
.include <bsd.port.mk> .include <bsd.port.mk>