svn commit: r359377 - head/sysutils/cdls

Vanilla I. Shu vanilla at FreeBSD.org
Thu Jun 26 15:43:01 UTC 2014


Author: vanilla
Date: Thu Jun 26 15:43:00 2014
New Revision: 359377
URL: http://svnweb.freebsd.org/changeset/ports/359377
QAT: https://qat.redports.org/buildarchive/r359377/

Log:
  Stagify.
  
  Approved by:	portmgr@ (blanket approval)

Modified:
  head/sysutils/cdls/Makefile

Modified: head/sysutils/cdls/Makefile
==============================================================================
--- head/sysutils/cdls/Makefile	Thu Jun 26 15:39:23 2014	(r359376)
+++ head/sysutils/cdls/Makefile	Thu Jun 26 15:43:00 2014	(r359377)
@@ -13,7 +13,6 @@ PLIST_FILES=	bin/cdls
 
 USES=		ncurses
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${NCURSESBASE} == /usr
@@ -22,6 +21,6 @@ CONFIGURE_ARGS+=	NCURSES_CONFIG=/usr/bin
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|g' ${WRKSRC}/Makefile
 
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list