summaryrefslogtreecommitdiff
path: root/math/fftpack/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-02-14 09:50:18 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-02-14 09:50:18 +0000
commit0bdef5a38f8cd88a1207bec893a84a080a3ab800 (patch)
treefd78a4f648a125002ac4fec209f7212492d8a8e9 /math/fftpack/Makefile
parentNo package name at beginning of COMMENTs. (diff)
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.
Notes
Notes: svn path=/head/; revision=5608
Diffstat (limited to 'math/fftpack/Makefile')
-rw-r--r--math/fftpack/Makefile6
1 files changed, 3 insertions, 3 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>