diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-04 14:45:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-04 14:45:44 +0000 |
commit | 26d17651010daaf679efa7ec9a3706f4fdd74b52 (patch) | |
tree | b952c1f0af9da752b35f2b021e4f5cfb35a36023 /graphics/barcode | |
parent | 7a5f8df6e207ec87b80b33ca8ba9631899fed11c (diff) | |
download | pkgsrc-26d17651010daaf679efa7ec9a3706f4fdd74b52.tar.gz |
* List the info file entries directly in the PLIST.
* Honor PKGINFODIR and PKGMANDIR.
Diffstat (limited to 'graphics/barcode')
-rw-r--r-- | graphics/barcode/Makefile | 7 | ||||
-rw-r--r-- | graphics/barcode/PLIST | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/graphics/barcode/Makefile b/graphics/barcode/Makefile index feefc3c428d..ae3c23ed796 100644 --- a/graphics/barcode/Makefile +++ b/graphics/barcode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/12/05 20:50:19 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2006/04/04 14:45:44 jlam Exp $ # DISTNAME= barcode-0.98 @@ -11,8 +11,11 @@ COMMENT= Create bar codes as EPS (program and library) GNU_CONFIGURE= YES MAKE_ENV+= AWK=${AWK:Q} +INFO_FILES= # PLIST -INFO_FILES= barcode.info +INSTALL_MAKE_FLAGS= INFODIR=${PREFIX:Q}/${PKGINFODIR:Q} \ + MAN1DIR=${PREFIX:Q}/${PKGMANDIR:Q}/man1 \ + MAN3DIR=${PREFIX:Q}/${PKGMANDIR:Q}/man3 # man/man1/barcode.1 CONFLICTS+= xscreensaver-[0-9]* diff --git a/graphics/barcode/PLIST b/graphics/barcode/PLIST index d4bf7d8c589..21a5b737303 100644 --- a/graphics/barcode/PLIST +++ b/graphics/barcode/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.4 2004/02/17 16:43:14 seb Exp $ +@comment $NetBSD: PLIST,v 1.5 2006/04/04 14:45:44 jlam Exp $ bin/barcode include/barcode.h +info/barcode.info lib/libbarcode.a man/man1/barcode.1 man/man3/barcode.3 |