diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-05-01 03:36:57 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-05-01 03:36:57 +0000 |
commit | 3f585da798891f0e4c06750ff05c840cfee54e7c (patch) | |
tree | 36fa88ab3405d598bd37e636d79d162b0cd046f2 /security/makepasswd | |
parent | f6f91ea1467dd468380f988c6e1b53ba15d399dc (diff) | |
download | ports-3f585da798891f0e4c06750ff05c840cfee54e7c.tar.gz ports-3f585da798891f0e4c06750ff05c840cfee54e7c.zip |
Notes
Diffstat (limited to 'security/makepasswd')
-rw-r--r-- | security/makepasswd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/makepasswd/Makefile b/security/makepasswd/Makefile index 3eba16437560..6645a10ff787 100644 --- a/security/makepasswd/Makefile +++ b/security/makepasswd/Makefile @@ -37,7 +37,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/makepasswd ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} |