aboutsummaryrefslogtreecommitdiff
path: root/security/l0pht-watch
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-11-15 10:25:54 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-11-15 10:25:54 +0000
commit39d5fa4087321acfe0116b35b81f6da1aa1cdaa7 (patch)
tree74a4f828232cf77d734b34e74c4d278c9d77165e /security/l0pht-watch
parent237fcb10d8ee295144e61b836c7b490fa11b33c0 (diff)
downloadports-39d5fa4087321acfe0116b35b81f6da1aa1cdaa7.tar.gz
ports-39d5fa4087321acfe0116b35b81f6da1aa1cdaa7.zip
Support staging.
Notes
Notes: svn path=/head/; revision=333841
Diffstat (limited to 'security/l0pht-watch')
-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>