pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/figlet Fixed PKGMANDIR and pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a0cf22091a3
branches:  trunk
changeset: 520680:0a0cf22091a3
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Oct 25 14:36:09 2006 +0000

description:
Fixed PKGMANDIR and pkglint warnings.

diffstat:

 misc/figlet/Makefile |  10 +++++-----
 misc/figlet/PLIST    |   6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r 4fcc56e83ab6 -r 0a0cf22091a3 misc/figlet/Makefile
--- a/misc/figlet/Makefile      Wed Oct 25 14:24:54 2006 +0000
+++ b/misc/figlet/Makefile      Wed Oct 25 14:36:09 2006 +0000
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.18 2006/03/04 21:30:11 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2006/10/25 14:36:09 rillig Exp $
 
 DISTNAME=      figlet222
 PKGNAME=       figlet-2.2.2
 CATEGORIES=    misc
 MASTER_SITES=  ftp://ftp.figlet.org/pub/figlet/program/unix/
 
-MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.figlet.org/
 COMMENT=       Print text banners in fancy ASCII art characters
 
 PKG_INSTALLATION_TYPES= overwrite pkgviews
 
-pre-install:
-               ${INSTALL_PROGRAM_DIR} ${PREFIX}/bin
-               ${INSTALL_MAN_DIR} ${PREFIX}/man/man6
+MAKE_FLAGS+=   MANDIR=${PREFIX}/${PKGMANDIR}/man6
+
+INSTALLATION_DIRS=     bin ${PKGMANDIR}/man6
 
 .include "../../mk/bsd.pkg.mk"
diff -r 4fcc56e83ab6 -r 0a0cf22091a3 misc/figlet/PLIST
--- a/misc/figlet/PLIST Wed Oct 25 14:24:54 2006 +0000
+++ b/misc/figlet/PLIST Wed Oct 25 14:36:09 2006 +0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:28:03 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/10/25 14:36:09 rillig Exp $
+bin/chkfont
 bin/figlet
-bin/chkfont
 bin/figlist
 bin/showfigfonts
-man/man6/figlet.6.gz
+man/man6/figlet.6
 share/figlet/646-ca.flc
 share/figlet/646-ca2.flc
 share/figlet/646-cn.flc



Home | Main Index | Thread Index | Old Index