diff options
author | seb <seb@pkgsrc.org> | 2004-03-07 00:19:29 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-03-07 00:19:29 +0000 |
commit | 040b3031d5bc7c8ed284e72472c448e2b1a6ec25 (patch) | |
tree | f8eaa800dcf8afcaafd1d98d7dc21daf5285c1dc /lang/mercury/Makefile | |
parent | 53f393509ef6cb49b530fa3cecbee389bb5fe27c (diff) | |
download | pkgsrc-040b3031d5bc7c8ed284e72472c448e2b1a6ec25.tar.gz |
Remove info files entries from PLIST.
While here add missing info file from INFO_FILES and patch it
so it has an info dir entry.
Diffstat (limited to 'lang/mercury/Makefile')
-rw-r--r-- | lang/mercury/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile index 1e26d9cdf80..799cecd4291 100644 --- a/lang/mercury/Makefile +++ b/lang/mercury/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/02/14 03:04:31 kristerw Exp $ +# $NetBSD: Makefile,v 1.20 2004/03/07 00:19:29 seb Exp $ DISTNAME= mercury-compiler-0.11.0 PKGNAME= mercury-0.11.0 @@ -18,6 +18,7 @@ USE_GNU_READLINE= yes # rl_prep_term_function INFO_FILES= mercury.info mercury_faq.info mercury_library.info INFO_FILES+= mercury_ref.info mercury_trans_guide.info +INFO_FILES+= mercury_user_guide.info # Some of the scripts test CC and use special settings for gcc. CONFIGURE_ENV+= CC=gcc |