svn commit: r358554 - head/print/ghostscript8

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 20 11:09:06 UTC 2014


Author: amdmi3
Date: Fri Jun 20 11:09:05 2014
New Revision: 358554
URL: http://svnweb.freebsd.org/changeset/ports/358554
QAT: https://qat.redports.org/buildarchive/r358554/

Log:
  - Convert USE_XZ to USES
  - Fix shebang
  
  Approved by:	portmgr blanket

Modified:
  head/print/ghostscript8/Makefile

Modified: head/print/ghostscript8/Makefile
==============================================================================
--- head/print/ghostscript8/Makefile	Fri Jun 20 11:07:24 2014	(r358553)
+++ head/print/ghostscript8/Makefile	Fri Jun 20 11:09:05 2014	(r358554)
@@ -37,8 +37,8 @@ CONFLICTS_INSTALL= \
 		ghostscript9-agpl-[0-9]* \
 		ghostscript9-agpl-nox11-[0-9]*
 
-USE_XZ=		yes
-USES=		gmake pkgconfig
+USES=		gmake pkgconfig tar:xz shebangfix
+SHEBANG_FILES=	${WRKSRC}/lib/fixmswrd.pl
 WANT_GNOME=	yes
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	autoconf


More information about the svn-ports-head mailing list