summaryrefslogtreecommitdiff
path: root/mail/poppassd
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-09-24 13:44:47 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-09-24 13:44:47 +0000
commit3c1e943fed4cbbe904bbdd0497306de0767f196d (patch)
treef751dfa1cf6390dd26b6e1c3207da8e7a7a22072 /mail/poppassd
parentUse ${STRIP_CMD} instead of /usr/bin/strip. (diff)
Use ${STRIP_CMD} instead of strip.
Founded by: Oleg Karachevtsev <ok at etrust dot ru>
Notes
Notes: svn path=/head/; revision=89220
Diffstat (limited to 'mail/poppassd')
-rw-r--r--mail/poppassd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/poppassd/Makefile b/mail/poppassd/Makefile
index 9404deb7ba15..9cd3f5fa1da6 100644
--- a/mail/poppassd/Makefile
+++ b/mail/poppassd/Makefile
@@ -24,7 +24,7 @@ ALL_TARGET= poppassd
MAN8= poppassd.8
post-install:
- @ strip ${PREFIX}/libexec/poppassd
+ @ ${STRIP_CMD} ${PREFIX}/libexec/poppassd
@ ${INSTALL_MAN} ${FILESDIR}/poppassd.8 ${PREFIX}/man/man8/
.include <bsd.port.mk>