diff options
Diffstat (limited to 'devel/libdlmalloc/Makefile')
-rw-r--r-- | devel/libdlmalloc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libdlmalloc/Makefile b/devel/libdlmalloc/Makefile index 27a34c2e9c0..32a2b72c6a3 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> |