svn commit: r349344 - head/devel/doctorj

Pawel Pekala pawel at FreeBSD.org
Thu Mar 27 16:34:38 UTC 2014


Author: pawel
Date: Thu Mar 27 16:34:38 2014
New Revision: 349344
URL: http://svnweb.freebsd.org/changeset/ports/349344
QAT: https://qat.redports.org/buildarchive/r349344/

Log:
  - Add staging support
  - Remove leading article from COMMENT
  - Unmute install commands

Modified:
  head/devel/doctorj/Makefile

Modified: head/devel/doctorj/Makefile
==============================================================================
--- head/devel/doctorj/Makefile	Thu Mar 27 16:22:01 2014	(r349343)
+++ head/devel/doctorj/Makefile	Thu Mar 27 16:34:38 2014	(r349344)
@@ -8,7 +8,7 @@ CATEGORIES=	devel java
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A tool for analyzing Java code and documentation
+COMMENT=	Tool for analyzing Java code and documentation
 
 USE_JAVA=	yes
 JAVA_VERSION=	1.6+
@@ -16,16 +16,11 @@ USE_ANT=	yes
 
 ALL_TARGET=	jarfile
 
-MAN1=		doctorj.1
-PLIST_FILES=	%%JAVAJARDIR%%/doctorj.jar
+PLIST_FILES=	%%JAVAJARDIR%%/doctorj.jar man/man1/doctorj.1.gz
 
-NO_STAGE=	yes
 do-install:
-	@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/doctorj.jar..."
-	@${MKDIR} ${JAVAJARDIR}
-	@${INSTALL_DATA} ${WRKSRC}/share/doctorj/doctorj.jar ${JAVAJARDIR}/
-	@${ECHO_MSG} -n ">> Installing MANPAGE ..."
-	@${INSTALL_MAN} ${WRKSRC}/doc/doctorj.1 ${MAN1PREFIX}/man/man1
-	@${ECHO_MSG} " [ DONE ]"
+	@${MKDIR} ${STAGEDIR}${JAVAJARDIR}
+	${INSTALL_DATA} ${WRKSRC}/share/doctorj/doctorj.jar ${STAGEDIR}${JAVAJARDIR}
+	${INSTALL_MAN} ${WRKSRC}/doc/doctorj.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list