diff options
author | Herve Quiroz <hq@FreeBSD.org> | 2004-12-28 21:52:04 +0000 |
---|---|---|
committer | Herve Quiroz <hq@FreeBSD.org> | 2004-12-28 21:52:04 +0000 |
commit | 5b58453c2702051ad9b43ee65ef68b26a28d0d98 (patch) | |
tree | f5654aaecda5b2633c650c7b9941cb503b3da343 /textproc/xom | |
parent | 6d298a84b0e4f774251bf1e45fe14577840e5d62 (diff) | |
download | ports-5b58453c2702051ad9b43ee65ef68b26a28d0d98.tar.gz ports-5b58453c2702051ad9b43ee65ef68b26a28d0d98.zip |
Notes
Diffstat (limited to 'textproc/xom')
-rw-r--r-- | textproc/xom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/xom/Makefile b/textproc/xom/Makefile index d8f33235547f..bd29e796a42d 100644 --- a/textproc/xom/Makefile +++ b/textproc/xom/Makefile @@ -25,6 +25,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar .if !defined(NOPORTDOCS) PORTDOCS= overview.html apidocs PLIST_FILES+= %%EXAMPLESDIR%%/xom-samples.jar +PLIST_DIRS= %%EXAMPLESDIR%% .endif do-install: |