aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2013-11-15 18:25:54 +0800
committerehaupt <ehaupt@FreeBSD.org>2013-11-15 18:25:54 +0800
commit55a91afc719c02c18ef357596e7d52efef49d66d (patch)
tree74a4f828232cf77d734b34e74c4d278c9d77165e /security
parent991feca069b568d9ae52d56b0ac7ad33a9672737 (diff)
downloadfreebsd-ports-gnome-55a91afc719c02c18ef357596e7d52efef49d66d.tar.gz
freebsd-ports-gnome-55a91afc719c02c18ef357596e7d52efef49d66d.tar.zst
freebsd-ports-gnome-55a91afc719c02c18ef357596e7d52efef49d66d.zip
Support staging.
Diffstat (limited to 'security')
-rw-r--r--security/l0pht-watch/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/l0pht-watch/Makefile b/security/l0pht-watch/Makefile
index 1f9b3a0cbda9..8e427d06581a 100644
--- a/security/l0pht-watch/Makefile
+++ b/security/l0pht-watch/Makefile
@@ -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>