summaryrefslogtreecommitdiff
path: root/devel/rcs
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-03-16 11:05:29 +0000
committeragc <agc@pkgsrc.org>1999-03-16 11:05:29 +0000
commit8337bf58c102bd7d2af517f4e08df8e6fd343e8e (patch)
tree0d45367286189d6b52e1d188dbb58bdbd4bfd380 /devel/rcs
parent990570fcefb8bc9955d153efd219ca792c9f1c9b (diff)
downloadpkgsrc-8337bf58c102bd7d2af517f4e08df8e6fd343e8e.tar.gz
Get the path name of the manual page right.
Diffstat (limited to 'devel/rcs')
-rw-r--r--devel/rcs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rcs/Makefile b/devel/rcs/Makefile
index 56d2a6350be..cde15dc15ff 100644
--- a/devel/rcs/Makefile
+++ b/devel/rcs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/03/16 09:46:42 agc Exp $
+# $NetBSD: Makefile,v 1.3 1999/03/16 11:05:29 agc Exp $
#
DISTNAME= rcs-5.7
@@ -18,7 +18,7 @@ CONFIGURE_ENV+= PATH=${LOCALBASE}/bin:$PATH
post-install:
${RM} -f ${PREFIX}/bin/rcslog
${LN} -s ${PREFIX}/bin/rlog ${PREFIX}/bin/rcslog
- ${RM} -f ${PREFIX}/man/rcslog.1 ${PREFIX}/man/man1/rcslog.1.gz
+ ${RM} -f ${PREFIX}/man/man1/rcslog.1 ${PREFIX}/man/man1/rcslog.1.gz
${LN} -s ${PREFIX}/man/man1/rlog.1 ${PREFIX}/man/man1/rcslog.1
.include "../../mk/bsd.pkg.mk"