diff options
author | Anders Nordby <anders@FreeBSD.org> | 2007-02-19 00:13:35 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2007-02-19 00:13:35 +0000 |
commit | 452e58e79747aae3db08d820e0239284ca5c2235 (patch) | |
tree | 197e506c2a1b2b510c2bf58e21eb9251c3754400 /mail/majordomo | |
parent | 42fac6023cad2912bb88369a7eb45b8ad5a04850 (diff) | |
download | ports-452e58e79747aae3db08d820e0239284ca5c2235.tar.gz ports-452e58e79747aae3db08d820e0239284ca5c2235.zip |
Notes
Diffstat (limited to 'mail/majordomo')
-rw-r--r-- | mail/majordomo/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile index 73e5a0e5b485..ed219c3f62d1 100644 --- a/mail/majordomo/Makefile +++ b/mail/majordomo/Makefile @@ -91,9 +91,12 @@ post-install: @ if test -f ${PREFIX}/majordomo/aliases.majordomo; then :; \ else ${INSTALL_DATA} ${WRKSRC}/aliases.majordomo \ ${PREFIX}/majordomo; fi - @ for f in test-l test-l-digest test-l.passwd test-l.info; do \ + @ for f in test-l.passwd test-l.info; do \ ${INSTALL_DATA} ${FILESDIR}/$$f ${PREFIX}/majordomo/lists; \ done + @ for f in test-l test-l-digest; do \ + ${TOUCH} ${PREFIX}/majordomo/lists/$$f; \ + 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 @ ${CHMOD} 660 ${PREFIX}/majordomo/lists/test-l.passwd |