Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 00:06:27 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340505 - head/devel/jclassinfo
Message-ID:  <201401210006.s0L06ROd058567@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401210006.s0L06ROd058567>