1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

. Use %%JAVAJARDIR%% in the packing list now that bsd.java.mk sets it.

This commit is contained in:
Greg Lewis 2004-07-09 22:53:43 +00:00
parent f10030238e
commit b14865cc88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113311

View File

@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}.src
MAINTAINER= ports@FreeBSD.org
COMMENT= A WinZip like program written in java
PLIST_FILES= share/java/classes/jzip.org.jar
PLIST_FILES= %%JAVAJARDIR%%/jzip.org.jar
USE_ZIP= yes
USE_JAVA= 1.2+
NEED_JAVAC= yes