summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-28 01:58:05 +0000
committermharo <mharo@FreeBSD.org>1999-08-28 01:58:05 +0000
commitfa1d1e4d83108ff37c97627528c2face622cdd11 (patch)
treedcf9b0fb1a68bffcee5022498436b05c5daec532 /mail
parent553599566d995df6cf4174f74328f0d62cd46206 (diff)
downloadFreeBSD-ports-fa1d1e4d83108ff37c97627528c2face622cdd11.zip
FreeBSD-ports-fa1d1e4d83108ff37c97627528c2face622cdd11.tar.gz
ln -> ${LN}
Diffstat (limited to 'mail')
-rw-r--r--mail/exim-devel/Makefile2
-rw-r--r--mail/exim-old/Makefile2
-rw-r--r--mail/exim/Makefile2
-rw-r--r--mail/majordomo/Makefile6
-rw-r--r--mail/xfaces/Makefile2
5 files changed, 7 insertions, 7 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile
index 5bb4967..2dae3b5 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 5bb4967..2dae3b5 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 5bb4967..2dae3b5 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 5dedc0a..01b4815 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 5b68e9a7..d230f1e 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
OpenPOWER on IntegriCloud