svn commit: r357215 - head/java/jode

Mikhail Teterin mi at FreeBSD.org
Mon Jun 9 22:45:47 UTC 2014


Author: mi
Date: Mon Jun  9 22:45:46 2014
New Revision: 357215
URL: http://svnweb.freebsd.org/changeset/ports/357215
QAT: https://qat.redports.org/buildarchive/r357215/

Log:
  Support staging. While here, get rid of the two-line pkg-plist.

Deleted:
  head/java/jode/pkg-plist
Modified:
  head/java/jode/Makefile

Modified: head/java/jode/Makefile
==============================================================================
--- head/java/jode/Makefile	Mon Jun  9 22:39:42 2014	(r357214)
+++ head/java/jode/Makefile	Mon Jun  9 22:45:46 2014	(r357215)
@@ -27,10 +27,9 @@ CLASSLIB=	${JAVA_CLASSES}:${GETOPT_JAR}
 CONFIGURE_ENV+=	CLASSLIB=${CLASSLIB} JAR="${JAR}" \
 		JAVA="${JAVA}" JAVAC="${JAVAC}"
 CONFIGURE_ARGS+=--datadir="${JAVALIBDIR}"
-NO_STAGE=	yes
 # Don't create the dependencies:
 MAKE_ARGS+=	JAVADEP=:
-PLIST_SUB+=	VERSION=${VENDOR_VERSION}
+PLIST_FILES=	bin/jode %%JAVAJARDIR%%/jode-${VENDOR_VERSION}.jar
 
 post-patch:
 	${FIND} ${WRKSRC} -name '*.java*' |	\
@@ -44,11 +43,6 @@ post-build:
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-${VENDOR_VERSION}.jar \
-		${JAVAJARDIR}/
-# Documentation HTML seems broken and out of date. Don't bother
-#.ifndef (NOPORTDOCS)
-#	${MKDIR} ${DOCSDIR}
-#	${INSTALL_DATA} ${WRKSRC}/doc/*.html ${WRKSRC}/doc/*.gif ${DOCSDIR}/
-#.endif
+		${STAGEDIR}/${JAVAJARDIR}/
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list