pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Fixed pkglint warnings



Module Name:	pkgsrc-wip
Committed By:	Roland Illig <roland.illig%gmx.de@localhost>
Pushed By:	rillig
Date:		Tue Jan 26 23:40:39 2016 +0000
Changeset:	50985a0ed443468556f03c22662aae96317e0d62

Modified Files:
	lucene/Makefile

Log Message:
Fixed pkglint warnings

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=50985a0ed443468556f03c22662aae96317e0d62

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lucene/Makefile | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diffs:
diff --git a/lucene/Makefile b/lucene/Makefile
index 60700a6..33163aa 100644
--- a/lucene/Makefile
+++ b/lucene/Makefile
@@ -14,17 +14,11 @@ LICENSE=	apache-2.0
 NO_BUILD=	yes
 USE_TOOLS+=	pax
 USE_LANGUAGES=	# none
-
+AUTO_MKDIRS=	yes
 USE_JAVA=	yes
-USE_JAVA2=  yes
-
-PKG_JVMS_ACCEPTED= sun-jdk6 sun-jdk15
-
+USE_JAVA2=	yes
 
-INSTALLATION_DIRS=	lib/java/lucene		\
-						lib/java/lucene/lib		\
-						lib/java/lucene/contrib 	\
-						share/doc/lucene
+PKG_JVMS_ACCEPTED=	sun-jdk6 sun-jdk15
 
 do-install:
 	${INSTALL_DATA} ${WRKSRC}/*.jar ${DESTDIR}${PREFIX}/lib/java/lucene


Home | Main Index | Thread Index | Old Index