diff options
author | jlam <jlam> | 2006-03-30 03:44:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-30 03:44:41 +0000 |
commit | 4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c (patch) | |
tree | e284cce507534ba20c3380c2f5b60203bf4526fe /lang/librep | |
parent | 8a3f3aff46d4065ab9601287b6d7839ed280af03 (diff) | |
download | pkgsrc-4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'lang/librep')
-rw-r--r-- | lang/librep/Makefile | 4 | ||||
-rw-r--r-- | lang/librep/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 47f088623d9..87dd30e89f8 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2006/03/05 16:27:26 jlam Exp $ +# $NetBSD: Makefile,v 1.45 2006/03/30 03:44:43 jlam Exp $ # DISTNAME= librep-0.17 @@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --enable-static CONFIG_STATUS_OVERRIDE= # empty -INFO_FILES= librep.info +INFO_FILES= # PLIST post-install: ${RM} -f ${REP_LIBTOOL} diff --git a/lang/librep/PLIST b/lang/librep/PLIST index 7d922c380fa..0fdfb62e231 100644 --- a/lang/librep/PLIST +++ b/lang/librep/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2004/09/22 08:09:39 jlam Exp $ +@comment $NetBSD: PLIST,v 1.9 2006/03/30 03:44:43 jlam Exp $ bin/rep bin/rep-config bin/rep-remote @@ -9,6 +9,7 @@ include/rep_gh.h include/rep_lisp.h include/rep_regexp.h include/rep_subrs.h +info/librep.info lib/librep.la libexec/rep/${MACHINE_GNU_PLATFORM}/install-aliases libexec/rep/${MACHINE_GNU_PLATFORM}/libtool |