diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-08 21:06:55 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-08 21:06:55 +0000 |
commit | b66cc420e63bd5f8e4b5fbef9ee3342fe9755130 (patch) | |
tree | 570c4f6866abaa448552358cd10ad06900bccf85 /devel/dmalloc | |
parent | bbca5a953b617f81aa47b8bc6d1310214f20e5f5 (diff) | |
download | ports-b66cc420e63bd5f8e4b5fbef9ee3342fe9755130.tar.gz ports-b66cc420e63bd5f8e4b5fbef9ee3342fe9755130.zip |
Notes
Diffstat (limited to 'devel/dmalloc')
-rw-r--r-- | devel/dmalloc/Makefile | 10 | ||||
-rw-r--r-- | devel/dmalloc/pkg-plist | 9 |
2 files changed, 11 insertions, 8 deletions
diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile index 5634cf088005..24483c8bd71a 100644 --- a/devel/dmalloc/Makefile +++ b/devel/dmalloc/Makefile @@ -6,6 +6,7 @@ PORTNAME= dmalloc PORTVERSION= 5.2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dmalloc @@ -14,13 +15,18 @@ EXTRACT_SUFX= .tgz MAINTAINER= jeremy@external.org COMMENT= Portable debug memory allocation library -INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -USE_REINPLACE= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-threads --enable-shlib +CFLAGS+= -fPIC +USE_REINPLACE= yes +INSTALLS_SHLIB= yes ALL_TARGET= all heavy INSTALL_TARGET= install + +INFO= dmalloc + .if !defined(NOPORTDOCS) INSTALL_TARGET+=installdocs installinfo .endif diff --git a/devel/dmalloc/pkg-plist b/devel/dmalloc/pkg-plist index 85949ab8e272..73dfbdd1a405 100644 --- a/devel/dmalloc/pkg-plist +++ b/devel/dmalloc/pkg-plist @@ -1,9 +1,6 @@ @comment $FreeBSD$ bin/dmalloc include/dmalloc.h -@unexec install-info --delete %D/info/dmalloc.info %D/info/dir -info/dmalloc.info -@exec install-info %D/info/dmalloc.info %D/info/dir lib/libdmalloc.a lib/libdmalloc.so lib/libdmalloc.so.1 @@ -16,6 +13,6 @@ lib/libdmallocthcxx.so.1 lib/libdmallocxx.a lib/libdmallocxx.so lib/libdmallocxx.so.1 -share/doc/dmalloc/dmalloc.html -share/doc/dmalloc/dmalloc.texi -@dirrm share/doc/dmalloc +%%PORTDOCS%%%%DOCSDIR%%/dmalloc.html +%%PORTDOCS%%%%DOCSDIR%%/dmalloc.texi +%%PORTDOCS%%@dirrm %%DOCSDIR%% |