summaryrefslogtreecommitdiff
path: root/x11/lesstif12
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-10-23 19:45:05 +0000
committerjlam <jlam@pkgsrc.org>2000-10-23 19:45:05 +0000
commit0aa91625f7fbb745f046271bbe2a64d0d4a5a765 (patch)
treecbd7b5c34eb98ce6c952920ec0c44e05567aa903 /x11/lesstif12
parenta372574079f0abd3f2b5ba4adfc9a225fd349e67 (diff)
downloadpkgsrc-0aa91625f7fbb745f046271bbe2a64d0d4a5a765.tar.gz
Update lesstif to 0.91.8. Changes from version 0.91.4 include several
fixes to plug memory leaks and changing the way LessTif imake config files are handled. Also, install the HTML documentation in share/doc/html.
Diffstat (limited to 'x11/lesstif12')
-rw-r--r--x11/lesstif12/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/lesstif12/Makefile b/x11/lesstif12/Makefile
index 70b563a74e4..d0583497e68 100644
--- a/x11/lesstif12/Makefile
+++ b/x11/lesstif12/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/07/25 14:44:48 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2000/10/23 19:45:26 jlam Exp $
PKGNAME= lesstif12-${LESSTIF_VERSION}
@@ -11,6 +11,7 @@ CONFIGURE_ARGS+= --disable-build-20
CONFIGURE_ARGS+= --enable-default-12
post-install:
+ ${RMDIR} -p ${PREFIX}/share/doc/html/lesstif 2> /dev/null || ${TRUE}
${RMDIR} -p ${PREFIX}/share/doc/lesstif 2> /dev/null || ${TRUE}
.include "../../x11/lesstif/Makefile.common"