diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2005-04-06 23:35:41 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2005-04-06 23:35:41 +0000 |
commit | 49d32a10a6e26cb9181207bf47b672da28c2c48c (patch) | |
tree | 0d40812ca4f36287d5acda835c33d54367864508 /textproc | |
parent | Deprecate the port as it is unfecthable and the software itself is no longer (diff) |
- Unbreak by fixing pkg-plist: the port was removing a dir listed in
BSD.local.dist [1]
- Add $FreeBSD$ tag in pkg-plist
PR: 79602 [1]
Submitted by: Sam Lawrance <boris@brooknet.com.au> [1]
Notes
Notes:
svn path=/head/; revision=132658
Diffstat (limited to 'textproc')
-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 |