diff options
-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 f3b39c9..04a0714 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 e1e404e..48876bb 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%% |