diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-02-23 19:30:12 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-02-23 19:30:12 +0000 |
commit | 36b27e90865a31f1fb8f79c97fb8154296b9d1f8 (patch) | |
tree | 8e5dbc7353ab86b1258893d94f2bea5d9e911b6c /devel/autoconf261 | |
parent | Add missed RUN_DEPENDS and upgrade to 3.17 while I'm here. (diff) |
comment out include of manpages.mk so wont break INDEX
Diffstat (limited to 'devel/autoconf261')
-rw-r--r-- | devel/autoconf261/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/autoconf261/Makefile b/devel/autoconf261/Makefile index 637450dbe5c1..da0d32661d9b 100644 --- a/devel/autoconf261/Makefile +++ b/devel/autoconf261/Makefile @@ -66,5 +66,5 @@ post-install: .endfor .include <bsd.port.pre.mk> -.include "${FILESDIR}/manpages.mk" +#.include "${FILESDIR}/manpages.mk" .include <bsd.port.post.mk> |