diff options
author | asami <asami@FreeBSD.org> | 1997-02-14 17:50:18 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-02-14 17:50:18 +0800 |
commit | a8be4ed34f55314d2e36c913e09de565424edb41 (patch) | |
tree | f1877221a082b34337950067fd65f145669a8dfb /math/fftpack | |
parent | 6b750f33d24729257bbc626691701e122bdc5514 (diff) | |
download | freebsd-ports-gnome-a8be4ed34f55314d2e36c913e09de565424edb41.tar.gz freebsd-ports-gnome-a8be4ed34f55314d2e36c913e09de565424edb41.tar.zst freebsd-ports-gnome-a8be4ed34f55314d2e36c913e09de565424edb41.zip |
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.
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 |