Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2013 03:30:04 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328544 - head/devel/stlfilt
Message-ID:  <201309280330.r8S3U44l060073@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sat Sep 28 03:30:04 2013
New Revision: 328544
URL: http://svnweb.freebsd.org/changeset/ports/328544

Log:
  Convert to staging

Modified:
  head/devel/stlfilt/Makefile

Modified: head/devel/stlfilt/Makefile
==============================================================================
--- head/devel/stlfilt/Makefile	Sat Sep 28 03:14:41 2013	(r328543)
+++ head/devel/stlfilt/Makefile	Sat Sep 28 03:30:04 2013	(r328544)
@@ -21,13 +21,12 @@ NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	bin/gSTLFilt.pl bin/gfilt
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e "s,[$$]HOME,${PREFIX}/bin," ${WRKSRC}/gfilt
 
 do-install:
 .for file in gSTLFilt.pl gfilt
-	@${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
+	@${INSTALL_SCRIPT} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin
 .endfor
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309280330.r8S3U44l060073>