Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 09:02:04 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346154 - head/sysutils/whatpix
Message-ID:  <201402260902.s1Q924sp013959@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Feb 26 09:02:04 2014
New Revision: 346154
URL: http://svnweb.freebsd.org/changeset/ports/346154
QAT: https://qat.redports.org/buildarchive/r346154/

Log:
  Support staging

Modified:
  head/sysutils/whatpix/Makefile

Modified: head/sysutils/whatpix/Makefile
==============================================================================
--- head/sysutils/whatpix/Makefile	Wed Feb 26 09:01:06 2014	(r346153)
+++ head/sysutils/whatpix/Makefile	Wed Feb 26 09:02:04 2014	(r346154)
@@ -17,8 +17,7 @@ PLIST_FILES=	bin/whatpix
 USES=		perl5
 USE_PERL5=	run
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/whatpix ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/whatpix ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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