Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 15:39:05 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342174 - head/print/libijs
Message-ID:  <201402011539.s11Fd5ZT033498@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sat Feb  1 15:39:05 2014
New Revision: 342174
URL: http://svnweb.freebsd.org/changeset/ports/342174
QAT: https://qat.redports.org/buildarchive/r342174/

Log:
  - Stage support
  - Convert to uses

Modified:
  head/print/libijs/Makefile
  head/print/libijs/pkg-plist

Modified: head/print/libijs/Makefile
==============================================================================
--- head/print/libijs/Makefile	Sat Feb  1 15:38:50 2014	(r342173)
+++ head/print/libijs/Makefile	Sat Feb  1 15:39:05 2014	(r342174)
@@ -11,14 +11,10 @@ DIST_SUBDIR=	ghostscript
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	C library that supports plugin printer driver for Ghostscript
 
-USES=		pkgconfig
+USES=		pkgconfig gmake
 USE_BZIP2=	yes
 USE_GNOME=	lthack
-USE_GMAKE=	yes
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	yes
 
-MAN1=		ijs-config.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/print/libijs/pkg-plist
==============================================================================
--- head/print/libijs/pkg-plist	Sat Feb  1 15:38:50 2014	(r342173)
+++ head/print/libijs/pkg-plist	Sat Feb  1 15:39:05 2014	(r342174)
@@ -9,4 +9,5 @@ lib/libijs.la
 lib/libijs.so
 lib/libijs.so.1
 libdata/pkgconfig/ijs.pc
+man/man1/ijs-config.1.gz
 @dirrm include/ijs



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