aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2012-04-28 02:31:03 +0800
committergarga <garga@FreeBSD.org>2012-04-28 02:31:03 +0800
commit64bf8092e09152acd7ea32cabcefcf069ab7bf78 (patch)
tree81e24e336c4e86b6856f2804ef416f4a7d39eb29 /security
parent0b39938871d36a5d667110de3d49ebe6e5fdc376 (diff)
downloadfreebsd-ports-gnome-64bf8092e09152acd7ea32cabcefcf069ab7bf78.tar.gz
freebsd-ports-gnome-64bf8092e09152acd7ea32cabcefcf069ab7bf78.tar.zst
freebsd-ports-gnome-64bf8092e09152acd7ea32cabcefcf069ab7bf78.zip
Respect PREFIX
Diffstat (limited to 'security')
-rw-r--r--security/cmd5checkpw/Makefile4
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}