aboutsummaryrefslogtreecommitdiffstats
path: root/news/nntp
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-23 07:33:47 +0800
committermharo <mharo@FreeBSD.org>1999-08-23 07:33:47 +0800
commite36f9dbee84ccfd7ed078050303a76b569d0ead0 (patch)
tree4f6e254ed273f40def6ec9e6d94066be8e9c6588 /news/nntp
parent26083abcc9eb48fec93239f2c3257eab60edb1c0 (diff)
downloadfreebsd-ports-gnome-e36f9dbee84ccfd7ed078050303a76b569d0ead0.tar.gz
freebsd-ports-gnome-e36f9dbee84ccfd7ed078050303a76b569d0ead0.tar.zst
freebsd-ports-gnome-e36f9dbee84ccfd7ed078050303a76b569d0ead0.zip
awk -> ${AWK}
basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
Diffstat (limited to 'news/nntp')
-rw-r--r--news/nntp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile
index b995ecbbc12e..61193dcf0c9f 100644
--- a/news/nntp/Makefile
+++ b/news/nntp/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 September 1994
# Whom: adam
#
-# $Id: Makefile,v 1.13 1997/12/10 08:57:53 asami Exp $
+# $Id: Makefile,v 1.14 1998/08/30 15:46:06 steve Exp $
#
DISTNAME= nntp-t5
@@ -20,6 +20,6 @@ MAN1= nntpxmit.1
MAN8= nntpd.8c mkgrdates.8c
post-extract:
- @cp ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h
+ @${CP} ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h
.include <bsd.port.mk>