diff options
author | Renato Botelho <garga@FreeBSD.org> | 2012-04-27 18:31:03 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2012-04-27 18:31:03 +0000 |
commit | 596ea2b4ea40be29e41e361ba72230307d2c7f80 (patch) | |
tree | 16f10e34ff2eabf0fc3eca7fe2666f7c846aa903 /security/cmd5checkpw | |
parent | a8027b2c9d7020a762d8511e24c5b08791081b73 (diff) | |
download | ports-596ea2b4ea40be29e41e361ba72230307d2c7f80.tar.gz ports-596ea2b4ea40be29e41e361ba72230307d2c7f80.zip |
Notes
Diffstat (limited to 'security/cmd5checkpw')
-rw-r--r-- | security/cmd5checkpw/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cmd5checkpw/Makefile b/security/cmd5checkpw/Makefile index dd89002bec63..ee20f31e2256 100644 --- a/security/cmd5checkpw/Makefile +++ b/security/cmd5checkpw/Makefile @@ -26,8 +26,8 @@ post-patch: ${WRKSRC}/Makefile do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/cmd5checkpw ${LOCALBASE}/bin - @${INSTALL_DATA} ${WRKSRC}/poppasswd ${LOCALBASE}/etc/poppasswd.dist + @${INSTALL_PROGRAM} ${WRKSRC}/cmd5checkpw ${PREFIX}/bin + @${INSTALL_DATA} ${WRKSRC}/poppasswd ${PREFIX}/etc/poppasswd.dist @${INSTALL_MAN} ${WRKSRC}/cmd5checkpw.8 ${MANPREFIX}/man/man8 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |