svn commit: r333841 - head/security/l0pht-watch

Emanuel Haupt ehaupt at FreeBSD.org
Fri Nov 15 10:25:55 UTC 2013


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>


More information about the svn-ports-all mailing list