diff options
-rw-r--r-- | astro/osmosis/Makefile | 3 | ||||
-rw-r--r-- | astro/osmosis/pkg-plist | 19 |
2 files changed, 19 insertions, 3 deletions
diff --git a/astro/osmosis/Makefile b/astro/osmosis/Makefile index 73faa4e70a1b..0241d10dbc78 100644 --- a/astro/osmosis/Makefile +++ b/astro/osmosis/Makefile @@ -41,9 +41,6 @@ JARFILES= aopalliance-1.0.jar \ stax2-api-3.0.1.jar \ woodstox-core-lgpl-4.0.3.jar -PLIST_FILES= bin/osmosis ${JAVAJARDIR_REL}/osmosis.jar \ - ${JARFILES:S,^,${DATADIR_REL}/,} - do-install: @${MKDIR} ${JAVAJARDIR}/ ${INSTALL_DATA} ${WRKSRC}/osmosis.jar ${JAVAJARDIR}/ diff --git a/astro/osmosis/pkg-plist b/astro/osmosis/pkg-plist new file mode 100644 index 000000000000..95cabf2b77b7 --- /dev/null +++ b/astro/osmosis/pkg-plist @@ -0,0 +1,19 @@ +bin/osmosis +%%JAVASHAREDIR%%/classes/osmosis.jar +%%DATADIR%%/aopalliance-1.0.jar +%%DATADIR%%/bzip2-20090327.jar +%%DATADIR%%/commons-dbcp-1.2.2.jar +%%DATADIR%%/commons-logging-1.1.1.jar +%%DATADIR%%/commons-pool-1.3.jar +%%DATADIR%%/jpf-1.5.jar +%%DATADIR%%/mysql-connector-java-5.1.6.jar +%%DATADIR%%/postgis-1.3.2.jar +%%DATADIR%%/postgresql-8.3-603.jdbc4.jar +%%DATADIR%%/spring-beans-2.5.6.SEC01.jar +%%DATADIR%%/spring-context-2.5.6.SEC01.jar +%%DATADIR%%/spring-core-2.5.6.SEC01.jar +%%DATADIR%%/spring-jdbc-2.5.6.SEC01.jar +%%DATADIR%%/spring-tx-2.5.6.SEC01.jar +%%DATADIR%%/stax2-api-3.0.1.jar +%%DATADIR%%/woodstox-core-lgpl-4.0.3.jar +@dirrm %%DATADIR%% |