summaryrefslogtreecommitdiff
path: root/devel/libdlmalloc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-06-24 11:42:32 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-06-24 11:42:32 +0000
commitd530b271d96cde879c3eb6ed8d1f6e86dee25919 (patch)
tree0f3bfcde4180f0885c812fc77254f8b7feaded8f /devel/libdlmalloc
parentAdd a "checkpatch" target that does a "patch -C" instead of a "patch". (diff)
Add
post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :)
Notes
Notes: svn path=/head/; revision=1871
Diffstat (limited to 'devel/libdlmalloc')
-rw-r--r--devel/libdlmalloc/Makefile5
-rw-r--r--devel/libdlmalloc/pkg-plist1
2 files changed, 5 insertions, 1 deletions
diff --git a/devel/libdlmalloc/Makefile b/devel/libdlmalloc/Makefile
index f41a5466027f..77e5fe6430dc 100644
--- a/devel/libdlmalloc/Makefile
+++ b/devel/libdlmalloc/Makefile
@@ -3,7 +3,7 @@
# Date created: 3 June 1995
# Whom: roberto
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1995/06/04 05:29:57 asami Exp $
#
DISTNAME= dlmalloc
@@ -23,4 +23,7 @@ do-extract:
cp -p ${DISTDIR}/${DISTFILES} ${WRKDIR}
cp -p ${FILESDIR}/Makefile ${WRKDIR}
+post-install:
+ ldconfig -m ${PREFIX}/lib
+
.include <bsd.port.mk>
diff --git a/devel/libdlmalloc/pkg-plist b/devel/libdlmalloc/pkg-plist
index 18e018e87dc5..76a9c39b853f 100644
--- a/devel/libdlmalloc/pkg-plist
+++ b/devel/libdlmalloc/pkg-plist
@@ -1,3 +1,4 @@
lib/libdlmalloc.a
@exec ranlib %D/%F
lib/libdlmalloc.so.2.5
+@exec ldconfig -m %B