diff options
Diffstat (limited to 'security/l0pht-watch')
-rw-r--r-- | security/l0pht-watch/Makefile | 5 |
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> |