aboutsummaryrefslogtreecommitdiff
path: root/security/mac-robber
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-10-29 19:47:33 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-10-29 19:47:33 +0000
commitf472a770bcad987a009d8aa845a8682496bcb203 (patch)
tree0cea0db85977173df527020ac212ba4fcf262fc9 /security/mac-robber
parente7272c2b7257e7df2d8a98109ab83022ca4ed6c1 (diff)
downloadports-f472a770bcad987a009d8aa845a8682496bcb203.tar.gz
ports-f472a770bcad987a009d8aa845a8682496bcb203.zip
Notes
Diffstat (limited to 'security/mac-robber')
-rw-r--r--security/mac-robber/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/mac-robber/Makefile b/security/mac-robber/Makefile
index eaa02af04c43..e1ae7d489900 100644
--- a/security/mac-robber/Makefile
+++ b/security/mac-robber/Makefile
@@ -14,19 +14,18 @@ LICENSE= GPLv2
PLIST_FILES= bin/mac-robber
PORTDOCS= CHANGES README
-NO_STAGE= yes
do-build:
cd ${WRKSRC}; ${CC} ${CFLAGS} -o mac-robber mac-robber.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/mac-robber ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/mac-robber ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>