diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 12:27:19 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-25 12:27:19 +0000 |
commit | 890415455680995ca0e4e2bae4ac4b4a9ba41b2a (patch) | |
tree | 67b51cdb6b81d68f2e86e20f21b837fd5fda10b4 /security/slurpie | |
parent | 2e9af4e385a68f925d15376df85513b042579c70 (diff) | |
download | ports-890415455680995ca0e4e2bae4ac4b4a9ba41b2a.tar.gz ports-890415455680995ca0e4e2bae4ac4b4a9ba41b2a.zip |
Notes
Diffstat (limited to 'security/slurpie')
-rw-r--r-- | security/slurpie/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/security/slurpie/Makefile b/security/slurpie/Makefile index ec124f8790d4..3be6fb75351f 100644 --- a/security/slurpie/Makefile +++ b/security/slurpie/Makefile @@ -15,12 +15,8 @@ COMMENT= A passwd file cracker (supports distributed nodes) PLIST_FILES= sbin/slurp sbin/slurpie PORTDOCS= README -NO_STAGE= yes - OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: # Fix for GCC 4.2 @${REINPLACE_CMD} -e \ @@ -28,10 +24,8 @@ post-patch: ${WRKSRC}/src/slurpie.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/slurp* ${PREFIX}/sbin -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/slurp* ${STAGEDIR}${PREFIX}/sbin + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |