diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
commit | 235481b52a44969361f4c688e6e9d10798bd35d9 (patch) | |
tree | d4069fbea1d4f696753c9b5ab1500babadc62de2 /news | |
parent | 8b6def2e156a5db9ad4f6d2291f8421ebb21bd14 (diff) |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/nntp/Makefile | 4 | ||||
-rw-r--r-- | news/rkive/Makefile | 6 |
2 files changed, 5 insertions, 5 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> diff --git a/news/rkive/Makefile b/news/rkive/Makefile index 9a9684c892b5..fceecb776047 100644 --- a/news/rkive/Makefile +++ b/news/rkive/Makefile @@ -3,7 +3,7 @@ # Date created: 03 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.3 1996/12/07 09:28:46 max Exp $ +# $Id: Makefile,v 1.4 1998/07/22 11:33:49 asami Exp $ # DISTNAME= rkive3.1 @@ -17,7 +17,7 @@ MAINTAINER= torstenb@FreeBSD.ORG NO_CDROM= "Don't make money from it" pre-patch: - @cp ${WRKSRC}/Makefile.dst ${WRKSRC}/Makefile - @cp ${WRKSRC}/rkive.h.dst ${WRKSRC}/rkive.h + @${CP} ${WRKSRC}/Makefile.dst ${WRKSRC}/Makefile + @${CP} ${WRKSRC}/rkive.h.dst ${WRKSRC}/rkive.h .include <bsd.port.mk> |