From 0bdef5a38f8cd88a1207bec893a84a080a3ab800 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 14 Feb 1997 09:50:18 +0000 Subject: Change EXTRACT_ARGS to EXTRACT_BEFORE_ARGS, the former is only retained for backwards compatibilty. Also move it down to "misc. bsd.port.mk variables" section. While I'm here, add "/sbin/" to ldconfig. --- math/bihar/Makefile | 6 +++--- math/bihar/pkg-plist | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'math/bihar') diff --git a/math/bihar/Makefile b/math/bihar/Makefile index 9ac962bf84df..177ea38edd0f 100644 --- a/math/bihar/Makefile +++ b/math/bihar/Makefile @@ -3,7 +3,7 @@ # Date created: 31 October 1996 # Whom: pgs # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/02/14 08:53:05 tg Exp $ # DISTNAME= fftpack @@ -11,12 +11,12 @@ PKGNAME= fftpack-1.0 CATEGORIES= math MASTER_SITES= ftp://netlib.bell-labs.com/netlib/ EXTRACT_SUFX= .tar -EXTRACT_ARGS= -xvf MAINTAINER= ports@FreeBSD.org # ${DISTFILES} is automatically created from the directory contents IGNOREFILES= ${DISTFILES} +EXTRACT_BEFORE_ARGS= -xvf post-extract: uncompress $(WRKSRC)/*.f.Z @@ -30,6 +30,6 @@ post-install: ${MKDIR} $(PREFIX)/share/doc/fftlib ${CP} $(WRKSRC)/doc.Z $(PREFIX)/share/doc/fftlib/ .endif - ldconfig -m ${PREFIX}/lib + /sbin/ldconfig -m ${PREFIX}/lib .include diff --git a/math/bihar/pkg-plist b/math/bihar/pkg-plist index b800839d42a0..f623f3d1c568 100644 --- a/math/bihar/pkg-plist +++ b/math/bihar/pkg-plist @@ -1,4 +1,4 @@ lib/libfftpack.a lib/libfftpack.so.1.0 share/doc/fftlib/doc.Z -@exec ldconfig -m %B +@exec /sbin/ldconfig -m %B -- cgit v1.2.3