diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
commit | 9151f3de49e078e4c11ca2cb75df9214570190db (patch) | |
tree | 1e5290647edb4803ae78750cffd54a3dba48f512 /devel/libdlmalloc/Makefile | |
parent | 6fc5471b6bce45b2f23ce2e21d1abd1fde62ae48 (diff) | |
download | freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.tar.gz freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.tar.zst freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.zip |
Fourth round of INSTALLS_SHLIBS conversion.
Diffstat (limited to 'devel/libdlmalloc/Makefile')
-rw-r--r-- | devel/libdlmalloc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libdlmalloc/Makefile b/devel/libdlmalloc/Makefile index 1c4f2d897de0..cc5757abc98e 100644 --- a/devel/libdlmalloc/Makefile +++ b/devel/libdlmalloc/Makefile @@ -14,6 +14,7 @@ DISTFILES= malloc-2.6.5.c MAINTAINER= roberto@FreeBSD.org NO_WRKSUBDIR= yes +INSTALLS_SHLIBS= yes do-extract: @${RM} -rf ${WRKDIR} @@ -21,7 +22,4 @@ do-extract: ${CP} -p ${DISTDIR}/${DISTFILES} ${WRKDIR} ${CP} -p ${FILESDIR}/Makefile ${WRKDIR} -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> |