Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2013 10:25:54 +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: r333841 - head/security/l0pht-watch
Message-ID:  <201311151025.rAFAPsv9059081@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Fri Nov 15 10:25:54 2013
New Revision: 333841
URL: http://svnweb.freebsd.org/changeset/ports/333841

Log:
  Support staging.

Modified:
  head/security/l0pht-watch/Makefile

Modified: head/security/l0pht-watch/Makefile
==============================================================================
--- head/security/l0pht-watch/Makefile	Fri Nov 15 10:23:17 2013	(r333840)
+++ head/security/l0pht-watch/Makefile	Fri Nov 15 10:25:54 2013	(r333841)
@@ -4,7 +4,7 @@
 PORTNAME=	l0pht-watch
 PORTVERSION=	1.1
 CATEGORIES=	security
-MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITES=	LOCAL
 MASTER_SITE_SUBDIR=	vs
 DISTNAME=	${PORTNAME}
 
@@ -16,8 +16,7 @@ WRKSRC=		${WRKDIR}/temp-watch
 
 ALL_TARGET=	OpenBSD
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/temp-watch ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/temp-watch ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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