summaryrefslogtreecommitdiff
path: root/mail/mahogany
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-29 17:57:34 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-29 17:57:34 +0000
commitd0aacfc27f788cae6e8c33eddb522fe23b33192f (patch)
tree369da788ef062eff98606ef7eaa347d2eae0b726 /mail/mahogany
parentuse USE_PYDISTUTILS (diff)
strip -> ${STRIP_CMD}
cat -> ${CAT} pkg-message -> ${PKGMESSAGE}
Notes
Notes: svn path=/head/; revision=58325
Diffstat (limited to 'mail/mahogany')
-rw-r--r--mail/mahogany/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mahogany/Makefile b/mail/mahogany/Makefile
index 5e15c23dd6a2..0847cffa3cd6 100644
--- a/mail/mahogany/Makefile
+++ b/mail/mahogany/Makefile
@@ -35,7 +35,7 @@ MAN1= mahogany.1
CONFIGURE_ARGS= --with-threads
post-install:
- @strip ${PREFIX}/bin/mahogany
- @cat pkg-message
+ @${STRIP_CMD} ${PREFIX}/bin/mahogany
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>