aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-04-30 01:57:34 +0800
committerijliao <ijliao@FreeBSD.org>2002-04-30 01:57:34 +0800
commit1262e08a60f7e1ed3a8a11f08db55b24406faf32 (patch)
treee35bf53d75d1d55a62f363ee10253cadc3d31b11 /mail
parentfdc6725e887bb44eba4cfee5196cdbfadc322eb3 (diff)
downloadfreebsd-ports-gnome-1262e08a60f7e1ed3a8a11f08db55b24406faf32.tar.gz
freebsd-ports-gnome-1262e08a60f7e1ed3a8a11f08db55b24406faf32.tar.zst
freebsd-ports-gnome-1262e08a60f7e1ed3a8a11f08db55b24406faf32.zip
strip -> ${STRIP_CMD}
cat -> ${CAT} pkg-message -> ${PKGMESSAGE}
Diffstat (limited to 'mail')
-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>