1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

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?)
This commit is contained in:
David E. O'Brien 1997-04-28 14:54:34 +00:00
parent 6ec3801ef6
commit 80ad3c94af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6355

View File

@ -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)