diff options
-rw-r--r-- | math/bihar/Makefile | 6 | ||||
-rw-r--r-- | math/bihar/pkg-plist | 2 | ||||
-rw-r--r-- | math/fftpack/Makefile | 6 | ||||
-rw-r--r-- | math/fftpack/pkg-plist | 2 |
4 files changed, 8 insertions, 8 deletions
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 <bsd.port.mk> 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 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 |