diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /mail/tkrat/Makefile | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
Notes
Diffstat (limited to 'mail/tkrat/Makefile')
-rw-r--r-- | mail/tkrat/Makefile | 4 |
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> |