diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
commit | af5f314286ac9e406765f8c4bdc4a1cad6826c8e (patch) | |
tree | 656442e4eb4e7a3efb0e0b1776eb4220f3f5ba72 /mail/majordomo/Makefile | |
parent | 17314cf2c355c83b78c65fb1fa52027a3db2ca2a (diff) | |
download | ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.tar.gz ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.zip |
Notes
Diffstat (limited to 'mail/majordomo/Makefile')
-rw-r--r-- | mail/majordomo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile index 5dedc0a92ba6..01b4815e6b07 100644 --- a/mail/majordomo/Makefile +++ b/mail/majordomo/Makefile @@ -40,7 +40,7 @@ post-install: @ ${INSTALL_MAN} ${WRKSRC}/Doc/man/${file} ${PREFIX}/man/man8 .endfor - @ ln -sf archive2.pl ${PREFIX}/majordomo/archive + @ ${LN} -sf archive2.pl ${PREFIX}/majordomo/archive @ for dir in tmp lists/test-l.archive lists/test-l-digest.archive digests/test-l-digest doc; do \ ${MKDIR} ${PREFIX}/majordomo/$$dir; \ done @@ -64,8 +64,8 @@ post-install: @ for file in test-l test-l-digest test-l.passwd test-l.info; do \ ${INSTALL_DATA} ${FILESDIR}/$$file ${PREFIX}/majordomo/lists; \ done - @ ln -sf test-l.info ${PREFIX}/majordomo/lists/test-l-digest.info - @ ln -sf test-l.passwd ${PREFIX}/majordomo/lists/test-l-digest.passwd + @ ${LN} -sf test-l.info ${PREFIX}/majordomo/lists/test-l-digest.info + @ ${LN} -sf test-l.passwd ${PREFIX}/majordomo/lists/test-l-digest.passwd @ ${CHMOD} 660 ${PREFIX}/majordomo/lists/test-l.passwd @ ${CHOWN} -R majordom.majordom ${PREFIX}/majordomo/lists @ ${CHMOD} -R 664 ${PREFIX}/majordomo/lists |