diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-22 01:04:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-22 01:04:30 +0000 |
commit | d70b0c9d8e114e7c3873250962a80f0dfbe0eb4f (patch) | |
tree | 247c636baabdfe789ae8df4be08689f89ef13db9 /devel | |
parent | Oops, what was I thinking. Put MANUAL_PACKAGE_BUILD to the right place. (diff) |
Define MANUAL_PACKAGE_BUILD, it installs malloc.h which conflicts
with the system version (even though it's obsolete).
Notes
Notes:
svn path=/head/; revision=8743
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libmalloc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libmalloc/Makefile b/devel/libmalloc/Makefile index 76863f589b14..965cdbb146a7 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) |