diff options
-rw-r--r-- | textproc/smartdoc-devel/Makefile | 2 | ||||
-rw-r--r-- | textproc/smartdoc-devel/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/textproc/smartdoc-devel/Makefile b/textproc/smartdoc-devel/Makefile index de55d38efc78..a046b6077ee5 100644 --- a/textproc/smartdoc-devel/Makefile +++ b/textproc/smartdoc-devel/Makefile @@ -19,8 +19,6 @@ COMMENT= XML utility to create various documents(devel version) RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper -BROKEN= Incorrect pkg-plist - WRKSRC= ${WRKDIR}/sdoc NO_BUILD= yes USE_ZIP= yes diff --git a/textproc/smartdoc-devel/pkg-plist b/textproc/smartdoc-devel/pkg-plist index 28499cac9cb8..7ee3158bf8e8 100644 --- a/textproc/smartdoc-devel/pkg-plist +++ b/textproc/smartdoc-devel/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ bin/sdoc lib/xemacs/site-lisp/sdoc-helper.el lib/xemacs/site-lisp/sdoc-mode.el @@ -17,5 +18,4 @@ share/xml/smartdoc/catalog @dirrm %%EXAMPLESDIR%%/pure @dirrm %%EXAMPLESDIR%%/html4 @dirrm %%EXAMPLESDIR%% -@unexec rmdir %D/share/emacs/site-lisp 2>/dev/null || true @unexec rmdir %D/lib/xemacs/site-lisp 2>/dev/null || true |