diff options
Diffstat (limited to 'mail/tkrat2/Makefile')
-rw-r--r-- | mail/tkrat2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/tkrat2/Makefile b/mail/tkrat2/Makefile index d9246c483540..25ebfc37784c 100644 --- a/mail/tkrat2/Makefile +++ b/mail/tkrat2/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> |