svn commit: r358141 - head/math/abs

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jun 17 16:18:25 UTC 2014


Author: vanilla
Date: Tue Jun 17 16:18:25 2014
New Revision: 358141
URL: http://svnweb.freebsd.org/changeset/ports/358141
QAT: https://qat.redports.org/buildarchive/r358141/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/math/abs/Makefile

Modified: head/math/abs/Makefile
==============================================================================
--- head/math/abs/Makefile	Tue Jun 17 16:07:23 2014	(r358140)
+++ head/math/abs/Makefile	Tue Jun 17 16:18:25 2014	(r358141)
@@ -16,12 +16,11 @@ PLIST_FILES=	bin/abs
 USE_XORG=	x11 xpm xaw
 WRKSRC=		${WRKDIR}/abs-src-0.908
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's/trcasestr/strcasestr_/g' ${WRKSRC}/Database/cell.c
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/abs ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/abs ${STAGEDIR}${PREFIX}/bin
 
 post-install:
 	@${ECHO_MSG} "For the changes from previous version"


More information about the svn-ports-head mailing list