diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-18 21:43:09 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-18 21:43:09 +0000 |
commit | 757c5baf8c9b50b38a32c1c51b3a8bb2324758a5 (patch) | |
tree | 24d6646c85b6a0c66d4b2db5a02ecec4a9819629 /textproc/xt/PLIST | |
parent | d5391a8a348eb321410eace0d7ea88ffc13e9ee4 (diff) | |
download | pkgsrc-757c5baf8c9b50b38a32c1c51b3a8bb2324758a5.tar.gz |
Trivially use buildlink2 and use java.mk.
Diffstat (limited to 'textproc/xt/PLIST')
-rw-r--r-- | textproc/xt/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xt/PLIST b/textproc/xt/PLIST index bf14a25f615..cf9430d6799 100644 --- a/textproc/xt/PLIST +++ b/textproc/xt/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:59:25 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/10/18 21:43:09 jlam Exp $ lib/java/xt.jar lib/java/sax.jar share/doc/java/xt/copying.txt @@ -20,3 +20,4 @@ share/examples/java/xt/textfile.xml share/examples/java/xt/DOMDemo.java @dirrm share/examples/java/xt @dirrm share/doc/java/xt +@unexec ${RMDIR} %D/lib/java 2>/dev/null || ${TRUE} |