svn commit: r343465 - head/graphics/xli

Martin Wilke miwi at FreeBSD.org
Sun Feb 9 11:17:43 UTC 2014


Author: miwi
Date: Sun Feb  9 11:17:43 2014
New Revision: 343465
URL: http://svnweb.freebsd.org/changeset/ports/343465
QAT: https://qat.redports.org/buildarchive/r343465/

Log:
  - Stage support

Modified:
  head/graphics/xli/Makefile

Modified: head/graphics/xli/Makefile
==============================================================================
--- head/graphics/xli/Makefile	Sun Feb  9 11:17:42 2014	(r343464)
+++ head/graphics/xli/Makefile	Sun Feb  9 11:17:43 2014	(r343465)
@@ -16,15 +16,10 @@ CONFLICTS_INSTALL=	xloadimage-*
 LIB_DEPENDS=	png15:${PORTSDIR}/graphics/png \
 		jpeg.11:${PORTSDIR}/graphics/jpeg
 
-USES=		imake
+USES=		imake desthack
 USE_XORG=	xi
 WRKSRC=		${WRKDIR}/xli-${XLI_SNAPVER}
 
-MAN1=		xli.1 xlito.1
-MLINKS=		xli.1 xview.1 xli.1 xsetbg.1
-PLIST_FILES=	bin/xli bin/xlito bin/xview bin/xsetbg lib/X11/app-defaults/Xli
-
 XLI_SNAPVER=	2006-11-10
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list