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 | |
parent | 17314cf2c355c83b78c65fb1fa52027a3db2ca2a (diff) | |
download | ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.tar.gz ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/exim-old/Makefile | 2 | ||||
-rw-r--r-- | mail/exim/Makefile | 2 | ||||
-rw-r--r-- | mail/majordomo/Makefile | 6 | ||||
-rw-r--r-- | mail/xfaces/Makefile | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index 5bb49673194b..2dae3b56abdd 100644 --- a/mail/exim-devel/Makefile +++ b/mail/exim-devel/Makefile @@ -71,7 +71,7 @@ do-configure: ${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local cd ${WRKSRC}/doc && \ for i in ../../exim-texinfo-3.00/doc/* ; do \ - ln -sf $$i ; \ + ${LN} -sf $$i ; \ done post-build: diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 5bb49673194b..2dae3b56abdd 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -71,7 +71,7 @@ do-configure: ${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local cd ${WRKSRC}/doc && \ for i in ../../exim-texinfo-3.00/doc/* ; do \ - ln -sf $$i ; \ + ${LN} -sf $$i ; \ done post-build: diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 5bb49673194b..2dae3b56abdd 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -71,7 +71,7 @@ do-configure: ${CP} ${FILESDIR}/eximon.conf ${WRKSRC}/Local cd ${WRKSRC}/doc && \ for i in ../../exim-texinfo-3.00/doc/* ; do \ - ln -sf $$i ; \ + ${LN} -sf $$i ; \ done post-build: 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 diff --git a/mail/xfaces/Makefile b/mail/xfaces/Makefile index 5b68e9a71108..d230f1e90ac4 100644 --- a/mail/xfaces/Makefile +++ b/mail/xfaces/Makefile @@ -26,7 +26,7 @@ USE_IMAKE= YES MAN1= xfaces.1 pre-configure: - @ln -sf ../sounds ${WRKSRC} + @${LN} -sf ../sounds ${WRKSRC} pre-install: @${MKDIR} ${LOCALBASE}/share/sounds |