diff options
author | hq <hq@FreeBSD.org> | 2004-12-29 05:52:04 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2004-12-29 05:52:04 +0800 |
commit | f09ade588588c16e871912f27710a282edc9ac40 (patch) | |
tree | fa14ea9aacd0ec5801db9ecdbaaf340b707b533c | |
parent | 562f7391ff537b59e127a341e196df464cdbd23c (diff) | |
download | freebsd-ports-gnome-f09ade588588c16e871912f27710a282edc9ac40.tar.gz freebsd-ports-gnome-f09ade588588c16e871912f27710a282edc9ac40.tar.zst freebsd-ports-gnome-f09ade588588c16e871912f27710a282edc9ac40.zip |
Fix packing list
Reported by: kris via pointyhat
-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: |