From e8fc23ae120a1c4279bf0fe4143d2dd7091f03e0 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 2 Dec 1998 08:24:52 +0000 Subject: Make sure PLIST is correct whether you have source or not. Add copyright file. Add "|| true" to end of != grep command line to avoid warnings. Submitted by: tg --- lang/python26/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'lang/python26/Makefile') diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 80e254d58a69..0c39a7b4a7ba 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -3,7 +3,7 @@ # Date created: 08 August 1995 # Whom: jkh # -# $Id: Makefile,v 1.40 1998/10/06 06:49:12 tg Exp $ +# $Id: Makefile,v 1.41 1998/11/11 05:37:26 asami Exp $ # DISTNAME= pyth151 @@ -34,6 +34,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fpectl MAKE_FLAGS= 'OPT=${CFLAGS}' INSTALL_TARGET= install +PLIST= ${WRKDIR}/PLIST MAN1= python.1 # @@ -58,7 +59,7 @@ SETUP_LOCAL= Setup.tk # This option is enabled by default. # WITH_THREADS?= yes -LIBC_R!= /sbin/ldconfig -r | grep c_r +LIBC_R!= /sbin/ldconfig -r | grep c_r || true .if ${LIBC_R} != "" && defined(WITH_THREADS) && ${WITH_THREADS} == yes CONFIGURE_ARGS+= --with-thread CFLAGS+= -D_THREAD_SAFE @@ -70,6 +71,7 @@ CONFIGURE_ENV= LDFLAGS="-pthread ${LDFLAGS}" # .if exists(/usr/src/contrib/libgmp/gmp-impl.h) SETUP_LOCAL+= Setup.gmp +PLIST_GMP= lib/python1.5/lib-dynload/mpzmodule.so .endif post-extract: @@ -97,9 +99,12 @@ pre-install: ${MKDIR} ${PREFIX}/lib/python1.5/plat-freebsd2 ${INSTALL_DATA} ${WRKSRC}/Lib/plat-freebsd2/* ${PREFIX}/lib/python1.5/plat-freebsd2 .endif + @${ECHO} ${PLIST_GMP} | sort -r -o ${PLIST} - ${PKGDIR}/PLIST post-install: ${INSTALL_SCRIPT} ${PREFIX}/lib/python1.5/plat-freebsd2/regen ${PREFIX}/lib/python1.5/plat-freebsd3 strip ${PREFIX}/bin/python + @${MKDIR} ${PREFIX}/share/doc/python + ${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python .include -- cgit v1.2.3