Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2013 13:26:03 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328287 - head/archivers/unmakeself
Message-ID:  <201309251326.r8PDQ3d7086505@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Wed Sep 25 13:26:03 2013
New Revision: 328287
URL: http://svnweb.freebsd.org/changeset/ports/328287

Log:
  Support stage.

Modified:
  head/archivers/unmakeself/Makefile

Modified: head/archivers/unmakeself/Makefile
==============================================================================
--- head/archivers/unmakeself/Makefile	Wed Sep 25 13:22:02 2013	(r328286)
+++ head/archivers/unmakeself/Makefile	Wed Sep 25 13:26:03 2013	(r328287)
@@ -13,7 +13,6 @@ LDFLAGS+=	-larchive -lbz2 -lz -lcrypto -
 NO_WRKSUBDIR=	yes
 
 PLIST_FILES=	bin/unmakeself
-NO_STAGE=	yes
 
 do-configure:
 	@${RM} -f ${WRKSRC}/config.h
@@ -28,6 +27,6 @@ do-build:
 		${FILESDIR}/unmakeself.c ${LDFLAGS}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/unmakeself ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/unmakeself ${STAGEDIR}/${PREFIX}/bin
 
 .include <bsd.port.mk>



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