Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 14:04:46 +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: r345465 - head/misc/uk-phone
Message-ID:  <201402211404.s1LE4kdV085093@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Feb 21 14:04:46 2014
New Revision: 345465
URL: http://svnweb.freebsd.org/changeset/ports/345465
QAT: https://qat.redports.org/buildarchive/r345465/

Log:
  Support staging

Modified:
  head/misc/uk-phone/Makefile

Modified: head/misc/uk-phone/Makefile
==============================================================================
--- head/misc/uk-phone/Makefile	Fri Feb 21 14:03:09 2014	(r345464)
+++ head/misc/uk-phone/Makefile	Fri Feb 21 14:04:46 2014	(r345465)
@@ -18,8 +18,7 @@ EXTRACT_AFTER_ARGS=	> ${WRKSRC}/uk.phone
 NO_BUILD=	yes
 PLIST_FILES=	share/misc/uk.phone
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_DATA} ${WRKSRC}/uk.phone ${PREFIX}/share/misc
+	${INSTALL_DATA} ${WRKSRC}/uk.phone ${STAGEDIR}${PREFIX}/share/misc
 
 .include <bsd.port.mk>



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