svn commit: r340505 - head/devel/jclassinfo

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 21 00:06:27 UTC 2014


Author: bapt
Date: Tue Jan 21 00:06:26 2014
New Revision: 340505
URL: http://svnweb.freebsd.org/changeset/ports/340505
QAT: https://qat.redports.org/buildarchive/r340505/

Log:
  Support stage

Modified:
  head/devel/jclassinfo/Makefile
  head/devel/jclassinfo/pkg-plist

Modified: head/devel/jclassinfo/Makefile
==============================================================================
--- head/devel/jclassinfo/Makefile	Tue Jan 21 00:05:20 2014	(r340504)
+++ head/devel/jclassinfo/Makefile	Tue Jan 21 00:06:26 2014	(r340505)
@@ -10,14 +10,10 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Shows information about Java class, dependencies, and more
 
 USE_AUTOTOOLS=	libtool
-USES=	pathfix pkgconfig
+USES=		gmake pathfix pkgconfig
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 
-MAN1=	jclassinfo.1
-
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e "s, docs,," ${WRKSRC}/Makefile.in
 

Modified: head/devel/jclassinfo/pkg-plist
==============================================================================
--- head/devel/jclassinfo/pkg-plist	Tue Jan 21 00:05:20 2014	(r340504)
+++ head/devel/jclassinfo/pkg-plist	Tue Jan 21 00:06:26 2014	(r340505)
@@ -16,6 +16,7 @@ lib/libjclass.la
 lib/libjclass.so
 lib/libjclass.so.3
 libdata/pkgconfig/jclass.pc
+man/man1/jclassinfo.1.gz
 share/xml/jclassinfo/jclassinfo.dtd
 share/xml/jclassinfo/jclassinfo2xhtml.xsl
 @dirrm include/jclass


More information about the svn-ports-all mailing list