summaryrefslogtreecommitdiff
path: root/mail/tkrat/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /mail/tkrat/Makefile
parentAssign USE_XLIB var. Any ports which use XLib needs it. (diff)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to 'mail/tkrat/Makefile')
-rw-r--r--mail/tkrat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/tkrat/Makefile b/mail/tkrat/Makefile
index d9246c483540..25ebfc37784c 100644
--- a/mail/tkrat/Makefile
+++ b/mail/tkrat/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 October 1997
# Whom: Bruce Gingery <bgingery@gtcs.com>
#
-# $Id: Makefile,v 1.15 1999/03/15 01:29:18 nectar Exp $
+# $Id: Makefile,v 1.16 1999/04/27 20:15:37 mharo Exp $
#
DISTNAME= tkrat-1.2
@@ -38,6 +38,6 @@ post-install:
.endif
@${MKDIR} ${PREFIX}/lib/ratatosk
${INSTALL_DATA} ${FILESDIR}/ratatoskrc ${PREFIX}/lib/ratatosk
- #/bin/chmod ugo+wt /var/mail
+ #${CHMOD} ugo+wt /var/mail
.include <bsd.port.mk>