diff options
author | jlam <jlam> | 2000-10-23 19:45:05 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-10-23 19:45:05 +0000 |
commit | c6153a412e1e7902940de14f22a3f65fbf1af178 (patch) | |
tree | cbd7b5c34eb98ce6c952920ec0c44e05567aa903 /x11/lesstif12 | |
parent | 429b1edc0c7a6c18c9957956c1bc89c4d633a65e (diff) | |
download | pkgsrc-c6153a412e1e7902940de14f22a3f65fbf1af178.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/Makefile | 3 |
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" |