svn commit: r358393 - head/math/triangle

Vanilla I. Shu vanilla at FreeBSD.org
Thu Jun 19 12:37:55 UTC 2014


Author: vanilla
Date: Thu Jun 19 12:37:54 2014
New Revision: 358393
URL: http://svnweb.freebsd.org/changeset/ports/358393
QAT: https://qat.redports.org/buildarchive/r358393/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/math/triangle/Makefile

Modified: head/math/triangle/Makefile
==============================================================================
--- head/math/triangle/Makefile	Thu Jun 19 12:24:32 2014	(r358392)
+++ head/math/triangle/Makefile	Thu Jun 19 12:37:54 2014	(r358393)
@@ -22,9 +22,8 @@ MAKEFILE=	makefile
 
 PLIST_FILES=	bin/triangle bin/showme
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${PLIST_FILES:S|^bin|${WRKSRC}|} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${PLIST_FILES:S|^bin|${WRKSRC}|} ${STAGEDIR}${PREFIX}/bin
 
 .if defined(MAINTAINER_MODE)
 test:	build


More information about the svn-ports-head mailing list