summaryrefslogtreecommitdiffstats
path: root/news/nntpcache/Makefile
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 /news/nntpcache/Makefile
parent553599566d995df6cf4174f74328f0d62cd46206 (diff)
downloadFreeBSD-ports-fa1d1e4d83108ff37c97627528c2face622cdd11.zip
FreeBSD-ports-fa1d1e4d83108ff37c97627528c2face622cdd11.tar.gz
ln -> ${LN}
Diffstat (limited to 'news/nntpcache/Makefile')
-rw-r--r--news/nntpcache/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile
index 63855ee..46f822f 100644
--- a/news/nntpcache/Makefile
+++ b/news/nntpcache/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 January 1997
# Whom: proff@suburbia.net
#
-# $Id: Makefile,v 1.11 1998/02/01 03:04:11 itojun Exp $
+# $Id: Makefile,v 1.12 1999/08/27 22:30:00 mharo Exp $
#
DISTNAME= nntpcache-2.3.2
@@ -44,7 +44,7 @@ hardlink-pgp-files:
for i in ${PREFIX}/etc/nntpcache/*asc-dist ${PREFIX}/etc/nntpcache/*pgp-dist ; do \
j=`${ECHO} $$i | sed -e 's/-dist//'`; \
if [ \! -f $$j ]; then \
- ln $$i $$j; \
+ ${LN} $$i $$j; \
fi; \
done
OpenPOWER on IntegriCloud