diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-17 15:13:02 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-17 15:13:02 +0000 |
commit | 5e5eddfc6095220a71076c16d43c690e2f9656e2 (patch) | |
tree | 07dea29a435aa8be3d5b45607547c855e34deb6b /devel | |
parent | eee52159ba4038c2038bbe707d582696d19079a6 (diff) | |
download | ports-5e5eddfc6095220a71076c16d43c690e2f9656e2.tar.gz ports-5e5eddfc6095220a71076c16d43c690e2f9656e2.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libdlmalloc/Makefile | 4 | ||||
-rw-r--r-- | devel/libmalloc/Makefile | 4 | ||||
-rw-r--r-- | devel/libslang/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/libdlmalloc/Makefile b/devel/libdlmalloc/Makefile index 27a34c2e9c07..32a2b72c6a35 100644 --- a/devel/libdlmalloc/Makefile +++ b/devel/libdlmalloc/Makefile @@ -3,7 +3,7 @@ # Date created: 3 June 1995 # Whom: roberto # -# $Id: Makefile,v 1.4 1996/11/18 11:22:44 asami Exp $ +# $Id: Makefile,v 1.5 1997/04/21 00:30:27 obrien Exp $ # DISTNAME= dlmalloc @@ -24,6 +24,6 @@ do-extract: ${CP} -p ${FILESDIR}/Makefile ${WRKDIR} post-install: - ldconfig -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> diff --git a/devel/libmalloc/Makefile b/devel/libmalloc/Makefile index 228d5d3936ee..76863f589b14 100644 --- a/devel/libmalloc/Makefile +++ b/devel/libmalloc/Makefile @@ -3,7 +3,7 @@ # Date created: 11 January 1995 # Whom: jkh # -# $Id: Makefile,v 1.10 1997/04/28 14:49:38 obrien Exp $ +# $Id: Makefile,v 1.11 1997/04/28 14:54:34 obrien Exp $ # DISTNAME= malloc-1.18 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/moraes/ MAINTAINER= obrien@FreeBSD.org post-install: - /sbin/ldconfig -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib @(cd ${PREFIX}/include ; ln -sf malloc.h libmalloc.h) .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/libmalloc diff --git a/devel/libslang/Makefile b/devel/libslang/Makefile index fa90dcd30439..4983e59cbb84 100644 --- a/devel/libslang/Makefile +++ b/devel/libslang/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1996 # Whom: ache # -# $Id: Makefile,v 1.7 1996/11/18 11:23:03 asami Exp $ +# $Id: Makefile,v 1.9 1997/01/28 08:26:08 ache Exp $ # DISTNAME= slang0.99-38 @@ -20,6 +20,6 @@ WRKSRC= ${WRKDIR}/slang post-install: @rm -f ${PREFIX}/lib/libslang.so.99.3[348] - /sbin/ldconfig -m ${PREFIX}/lib + ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |