aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-04-28 22:54:34 +0800
committerobrien <obrien@FreeBSD.org>1997-04-28 22:54:34 +0800
commit2b5717fe117e860dd7ff9e8e793be53edaaf72c8 (patch)
tree0bbec19252088f5c6d13d3d886d7c6cba75f4792 /devel
parent1fbed67394dfafdfe0c7544a036ecc9a3cc7e57a (diff)
downloadfreebsd-ports-graphics-2b5717fe117e860dd7ff9e8e793be53edaaf72c8.tar.gz
freebsd-ports-graphics-2b5717fe117e860dd7ff9e8e793be53edaaf72c8.tar.zst
freebsd-ports-graphics-2b5717fe117e860dd7ff9e8e793be53edaaf72c8.zip
Didn't have a maintainer... since I've made the last several commits, I
might as well as take it. (JKH, since you make the initial commit, would you rather I put you down?)
Diffstat (limited to 'devel')
-rw-r--r--devel/libmalloc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libmalloc/Makefile b/devel/libmalloc/Makefile
index 98176396f66..228d5d3936e 100644
--- a/devel/libmalloc/Makefile
+++ b/devel/libmalloc/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 January 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.9 1997/04/21 00:06:26 obrien Exp $
+# $Id: Makefile,v 1.10 1997/04/28 14:49:38 obrien Exp $
#
DISTNAME= malloc-1.18
@@ -11,6 +11,8 @@ PKGNAME= libmalloc-1.18
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/moraes/
+MAINTAINER= obrien@FreeBSD.org
+
post-install:
/sbin/ldconfig -m ${PREFIX}/lib
@(cd ${PREFIX}/include ; ln -sf malloc.h libmalloc.h)