svn commit: r345465 - head/misc/uk-phone

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 21 14:04:46 UTC 2014


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>


More information about the svn-ports-all mailing list