diff options
author | seb <seb> | 2003-06-23 10:39:55 +0000 |
---|---|---|
committer | seb <seb> | 2003-06-23 10:39:55 +0000 |
commit | 84b84ade5cb98dc74cd2e86e3d9b6a75db2ae33f (patch) | |
tree | 99f3bb93fcc4cc640b2d2430f57a216a0f466d16 /devel/dmalloc | |
parent | 12f3244e2f887e1cadb10d9152b70623d493f048 (diff) | |
download | pkgsrc-84b84ade5cb98dc74cd2e86e3d9b6a75db2ae33f.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'devel/dmalloc')
-rw-r--r-- | devel/dmalloc/Makefile | 4 | ||||
-rw-r--r-- | devel/dmalloc/PLIST | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/dmalloc/Makefile b/devel/dmalloc/Makefile index 0590b3fd35e..ec848c836c9 100644 --- a/devel/dmalloc/Makefile +++ b/devel/dmalloc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/06/02 01:20:52 jschauma Exp $ +# $NetBSD: Makefile,v 1.6 2003/06/23 10:42:14 seb Exp $ DISTNAME= dmalloc-4.8.2 PKGREVISION= 2 @@ -16,7 +16,7 @@ CFLAGS+= -fPIC -DPIC INSTALL_TARGET= install installinfo +USE_NEW_TEXINFO= YES INFO_FILES= dmalloc.info -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/dmalloc/PLIST b/devel/dmalloc/PLIST index 60c43ae3468..254fb83edaa 100644 --- a/devel/dmalloc/PLIST +++ b/devel/dmalloc/PLIST @@ -1,9 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2002/05/11 01:14:36 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/06/23 10:42:14 seb Exp $ 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/libdmalloclp.a |