diff options
author | steve <steve@FreeBSD.org> | 1998-10-20 01:34:18 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-20 01:34:18 +0000 |
commit | a8f996a1ad6103a519f6870179d7db6563751637 (patch) | |
tree | b537d494928acdff9e8e211721d11918d6ab798c /devel/libdlmalloc/Makefile | |
parent | a4b2f971ba73b7f0b1bdd4d9926bf0714b6acea7 (diff) | |
download | FreeBSD-ports-a8f996a1ad6103a519f6870179d7db6563751637.zip FreeBSD-ports-a8f996a1ad6103a519f6870179d7db6563751637.tar.gz |
Convert to ELF.
Diffstat (limited to 'devel/libdlmalloc/Makefile')
-rw-r--r-- | devel/libdlmalloc/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/libdlmalloc/Makefile b/devel/libdlmalloc/Makefile index a419558..45435fc 100644 --- a/devel/libdlmalloc/Makefile +++ b/devel/libdlmalloc/Makefile @@ -3,7 +3,7 @@ # Date created: 3 June 1995 # Whom: roberto # -# $Id: Makefile,v 1.7 1998/06/27 05:18:48 asami Exp $ +# $Id: Makefile,v 1.8 1998/10/12 18:36:24 jseger Exp $ # DISTNAME= dlmalloc @@ -14,8 +14,6 @@ DISTFILES= malloc-2.6.4.c MAINTAINER= roberto@FreeBSD.ORG -BROKEN_ELF= yes - NO_WRKSUBDIR= yes do-extract: @@ -25,6 +23,6 @@ do-extract: ${CP} -p ${FILESDIR}/Makefile ${WRKDIR} post-install: - ${LDCONFIG} -m ${PREFIX}/lib + ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib .include <bsd.port.mk> |