summaryrefslogtreecommitdiff
path: root/devel/libproplist/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-04-06 22:36:56 +0000
committerjlam <jlam>2000-04-06 22:36:56 +0000
commitf7295119e989015f675858c6ad18d1669c020745 (patch)
tree5ccbbbc370a8bf120c3700c09ff67095e944327c /devel/libproplist/Makefile
parent58d3a86f6d560d829692b586f365e7b79ea114bf (diff)
downloadpkgsrc-f7295119e989015f675858c6ad18d1669c020745.tar.gz
Update to libproplist-0.10.0.
* Fixes for memory leaks and bugs that would cause random crashes in WindowMaker.
Diffstat (limited to 'devel/libproplist/Makefile')
-rw-r--r--devel/libproplist/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/devel/libproplist/Makefile b/devel/libproplist/Makefile
index eed13e92007..1d088c02f1e 100644
--- a/devel/libproplist/Makefile
+++ b/devel/libproplist/Makefile
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.4 1999/10/05 20:18:32 tron Exp $
+# $NetBSD: Makefile,v 1.5 2000/04/06 22:36:56 jlam Exp $
-DISTNAME= libPropList-0.9.1
-PKGNAME= libproplist-0.9.1
+DISTNAME= libPropList-0.10.0
+PKGNAME= libproplist-0.10.0
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.windowmaker.org/pub/libs/ \
- ftp://ftp.gnome.org/pub/libPropList/
+MASTER_SITES= ftp://ftp.windowmaker.org/pub/beta/srcs/
MAINTAINER= jlam@netbsd.org
-GNU_CONFIGURE= yes
-USE_LIBTOOL= yes
+GNU_CONFIGURE= # defined
+USE_LIBTOOL= # defined
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libPropList
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libPropList
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libproplist
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/libproplist
.include "../../mk/bsd.pkg.mk"