diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-11-20 00:24:02 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-11-20 00:24:02 +0000 |
commit | b8674507fa2523cb76877c75811c7dcda6329fd6 (patch) | |
tree | 478c81bb1033ea8773684f033404cf7afc3c5f1e | |
parent | 2f4627bc37ae80de40a55d054f3ce7b1c98adc6b (diff) |
Notes
-rw-r--r-- | devel/apache-ant/Makefile | 2 | ||||
-rw-r--r-- | devel/apache-ant/pkg-plist | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile index f3b39c97f976..04a071458a38 100644 --- a/devel/apache-ant/Makefile +++ b/devel/apache-ant/Makefile @@ -33,7 +33,7 @@ PLIST_SUB+= T=${PORTDESTDIR:S/^${PREFIX}\///} READMES= LICENSE README WHATSNEW -DATADIRS= lib +DATADIRS= lib etc .if !defined(NOPORTDOCS) DATADIRS+= docs .endif diff --git a/devel/apache-ant/pkg-plist b/devel/apache-ant/pkg-plist index e1e404edee86..48876bb0e4b5 100644 --- a/devel/apache-ant/pkg-plist +++ b/devel/apache-ant/pkg-plist @@ -1,5 +1,16 @@ bin/ant %%T%%/bin/antRun +%%T%%/etc/changelog.xsl +%%T%%/etc/checkstyle-frames.xsl +%%T%%/etc/coverage-frames.xsl +%%T%%/etc/jdepend-frames.xsl +%%T%%/etc/jdepend.xsl +%%T%%/etc/junit-frames.xsl +%%T%%/etc/junit-noframes.xsl +%%T%%/etc/log.xsl +%%T%%/etc/maudit-frames.xsl +%%T%%/etc/mmetrics-frames.xsl +%%T%%/etc/tagdiff.xsl %%T%%/lib/ant.jar %%T%%/lib/optional.jar %%T%%/lib/README @@ -1118,4 +1129,5 @@ bin/ant @dirrm %%T%%/docs/projects/antidote @dirrm %%T%%/docs/projects @dirrm %%T%%/docs +@dirrm %%T%%/etc @dirrm %%T%% |