diff options
author | tv <tv@pkgsrc.org> | 2005-10-31 19:59:52 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-10-31 19:59:52 +0000 |
commit | 8318cf10a451d3bf25033df515d8fbe9f9512a94 (patch) | |
tree | 35198073aa730ccb18397f2c817d7e2d293bc417 /devel/rcs | |
parent | 5d2914925b455f8dde661ae1cb60cd83f52aa348 (diff) | |
download | pkgsrc-8318cf10a451d3bf25033df515d8fbe9f9512a94.tar.gz |
CONFIGURE_HAS_MANDIR=no
Diffstat (limited to 'devel/rcs')
-rw-r--r-- | devel/rcs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rcs/Makefile b/devel/rcs/Makefile index 4d0d465a28c..049d0c78f80 100644 --- a/devel/rcs/Makefile +++ b/devel/rcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/05/25 11:50:20 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2005/10/31 19:59:52 tv Exp $ # DISTNAME= rcs-5.7 @@ -18,6 +18,7 @@ CONFIGURE_ARGS+= --with-diffutils=gdiff GNU_CONFIGURE= yes CONFIGURE_ENV= PATH=${LOCALBASE}/bin:$$PATH +CONFIGURE_HAS_MANDIR= no post-install: ${RM} -f ${PREFIX}/bin/rcslog |