diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-30 01:57:34 +0800 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-30 01:57:34 +0800 |
commit | d0aacfc27f788cae6e8c33eddb522fe23b33192f (patch) | |
tree | 369da788ef062eff98606ef7eaa347d2eae0b726 /mail | |
parent | 1b3c2e0a2857ddd0430be1de100c1aac3105df2b (diff) | |
download | freebsd-ports-gnome-d0aacfc27f788cae6e8c33eddb522fe23b33192f.tar.gz freebsd-ports-gnome-d0aacfc27f788cae6e8c33eddb522fe23b33192f.tar.zst freebsd-ports-gnome-d0aacfc27f788cae6e8c33eddb522fe23b33192f.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> |