diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-10 22:59:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-01-10 22:59:45 +0800 |
commit | 2de22490c789cc7933b0c9a2e8adbc500e9dcc57 (patch) | |
tree | 889c30e1883e46ba079b4e25b95284ba1fd2defd | |
parent | e2995efe4f7a85779fcf5ab3167ca14a18ca41e9 (diff) | |
download | freebsd-ports-gnome-2de22490c789cc7933b0c9a2e8adbc500e9dcc57.tar.gz freebsd-ports-gnome-2de22490c789cc7933b0c9a2e8adbc500e9dcc57.tar.zst freebsd-ports-gnome-2de22490c789cc7933b0c9a2e8adbc500e9dcc57.zip |
- Drop unneeded PLIST_DIRS
- Add NO_ARCH
-rw-r--r-- | games/jinput/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/jinput/Makefile b/games/jinput/Makefile index 3bab7a2756d8..4c3ce209b103 100644 --- a/games/jinput/Makefile +++ b/games/jinput/Makefile @@ -12,16 +12,16 @@ COMMENT= Java Game Controller API BUILD_DEPENDS= ${JAVALIBDIR}/jutils/jutils.jar:${PORTSDIR}/games/jutils RUN_DEPENDS= ${JAVALIBDIR}/jutils/jutils.jar:${PORTSDIR}/games/jutils -USES= tar:bzip2 +USES= tar:bzip2 USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native JAVA_VENDOR= openjdk USE_ANT= yes ALL_TARGET= simple_linux +NO_ARCH= yes PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}/${PORTNAME}.jar -PLIST_DIRS= %%JAVAJARDIR%%/${PORTNAME} post-patch: @${LN} -sf ${JAVALIBDIR}/jutils/jutils.jar ${WRKSRC}/lib/ |