svn commit: r341616 - head/ports-mgmt/dialog4ports-static

Mathieu Arnold mat at FreeBSD.org
Tue Jan 28 16:22:19 UTC 2014


Author: mat
Date: Tue Jan 28 16:22:19 2014
New Revision: 341616
URL: http://svnweb.freebsd.org/changeset/ports/341616
QAT: https://qat.redports.org/buildarchive/r341616/

Log:
  Support staging.
  
  PR:		ports/186200
  Submitted by:	Ilya A. Arkhipov
  Sponsored by:	Absolight

Modified:
  head/ports-mgmt/dialog4ports-static/Makefile

Modified: head/ports-mgmt/dialog4ports-static/Makefile
==============================================================================
--- head/ports-mgmt/dialog4ports-static/Makefile	Tue Jan 28 16:07:37 2014	(r341615)
+++ head/ports-mgmt/dialog4ports-static/Makefile	Tue Jan 28 16:22:19 2014	(r341616)
@@ -11,9 +11,8 @@ D4P_SLAVE=	yes
 
 PLIST_FILES=	bin/dialog4ports-static
 
-NO_STAGE=	yes
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/dialog4ports \
-		${PREFIX}/bin/dialog4ports-static
+		${STAGEDIR}${PREFIX}/bin/dialog4ports-static
 
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list