svn commit: r345307 - head/comms/libirman

Martin Wilke miwi at FreeBSD.org
Fri Feb 21 01:59:31 UTC 2014


Author: miwi
Date: Fri Feb 21 01:59:31 2014
New Revision: 345307
URL: http://svnweb.freebsd.org/changeset/ports/345307
QAT: https://qat.redports.org/buildarchive/r345307/

Log:
  - Stage support

Modified:
  head/comms/libirman/Makefile

Modified: head/comms/libirman/Makefile
==============================================================================
--- head/comms/libirman/Makefile	Fri Feb 21 01:59:23 2014	(r345306)
+++ head/comms/libirman/Makefile	Fri Feb 21 01:59:31 2014	(r345307)
@@ -10,8 +10,7 @@ MAINTAINER=	rand at meridian-enviro.com
 COMMENT=	Library for Evation's Irman infrared receiver
 
 HAS_CONFIGURE=	YES
-USE_GMAKE=	YES
-CONFIGURE_ARGS=	--prefix=${PREFIX}
+USES=		gmake
+CONFIGURE_ARGS=	--prefix=${STAGEDIR}${PREFIX}
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list