Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 13:56:16 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346006 - head/sysutils/mkntpwd
Message-ID:  <201402251356.s1PDuGq0034134@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Feb 25 13:56:16 2014
New Revision: 346006
URL: http://svnweb.freebsd.org/changeset/ports/346006
QAT: https://qat.redports.org/buildarchive/r346006/

Log:
  Support staging

Modified:
  head/sysutils/mkntpwd/Makefile

Modified: head/sysutils/mkntpwd/Makefile
==============================================================================
--- head/sysutils/mkntpwd/Makefile	Tue Feb 25 13:54:56 2014	(r346005)
+++ head/sysutils/mkntpwd/Makefile	Tue Feb 25 13:56:16 2014	(r346006)
@@ -4,7 +4,7 @@
 PORTNAME=	mkntpwd
 PORTVERSION=	1.0
 CATEGORIES=	sysutils net
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	ldaputils/Contrib/mkntpwd
 DISTNAME=	${PORTNAME}
 
@@ -17,8 +17,7 @@ PLIST_FILES=	bin/mkntpwd
 LICENSE=	GPLv2 BSD
 LICENSE_COMB=	multi
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/mkntpwd ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/mkntpwd ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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