summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-11-22 01:04:30 +0000
committerasami <asami@FreeBSD.org>1997-11-22 01:04:30 +0000
commit8dc18fb86ae5c9022106ca7925f3491e7ea72b4b (patch)
tree180ab2b8f350f56815bd5f3b854928575d1845fe /devel
parentc0e68711736a7153b5eb97cef2a167ba870a3ff3 (diff)
downloadFreeBSD-ports-8dc18fb86ae5c9022106ca7925f3491e7ea72b4b.zip
FreeBSD-ports-8dc18fb86ae5c9022106ca7925f3491e7ea72b4b.tar.gz
Define MANUAL_PACKAGE_BUILD, it installs malloc.h which conflicts
with the system version (even though it's obsolete).
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 76863f5..965cdbb 100644
--- a/devel/libmalloc/Makefile
+++ b/devel/libmalloc/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 January 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.11 1997/04/28 14:54:34 obrien Exp $
+# $Id: Makefile,v 1.12 1997/07/17 15:12:41 max Exp $
#
DISTNAME= malloc-1.18
@@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/moraes/
MAINTAINER= obrien@FreeBSD.org
+MANUAL_PACKAGE_BUILD= installs malloc.h
+
post-install:
${LDCONFIG} -m ${PREFIX}/lib
@(cd ${PREFIX}/include ; ln -sf malloc.h libmalloc.h)
OpenPOWER on IntegriCloud