diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-30 01:57:34 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-30 01:57:34 +0800 |
commit | 1262e08a60f7e1ed3a8a11f08db55b24406faf32 (patch) | |
tree | e35bf53d75d1d55a62f363ee10253cadc3d31b11 /mail | |
parent | fdc6725e887bb44eba4cfee5196cdbfadc322eb3 (diff) | |
download | freebsd-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/Makefile | 4 |
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> |