diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-02-14 09:50:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-02-14 09:50:18 +0000 |
commit | 0bdef5a38f8cd88a1207bec893a84a080a3ab800 (patch) | |
tree | fd78a4f648a125002ac4fec209f7212492d8a8e9 /math/fftpack | |
parent | ac4969d7fb39485c4263787ebea5995f33ba6a22 (diff) | |
download | ports-0bdef5a38f8cd88a1207bec893a84a080a3ab800.tar.gz ports-0bdef5a38f8cd88a1207bec893a84a080a3ab800.zip |
Notes
Diffstat (limited to 'math/fftpack')
-rw-r--r-- | math/fftpack/Makefile | 6 | ||||
-rw-r--r-- | math/fftpack/pkg-plist | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile index 9ac962bf84df..177ea38edd0f 100644 --- a/math/fftpack/Makefile +++ b/math/fftpack/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 <bsd.port.mk> diff --git a/math/fftpack/pkg-plist b/math/fftpack/pkg-plist index b800839d42a0..f623f3d1c568 100644 --- a/math/fftpack/pkg-plist +++ b/math/fftpack/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 |