pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/figlet Before installing, make sure the man/man6 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77aa6b55db0f
branches:  trunk
changeset: 471443:77aa6b55db0f
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Sun Mar 28 19:40:23 2004 +0000

description:
Before installing, make sure the man/man6 dir is there.  Bump revision.

diffstat:

 misc/figlet/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 1ffb500311ec -r 77aa6b55db0f misc/figlet/Makefile
--- a/misc/figlet/Makefile      Sun Mar 28 18:35:45 2004 +0000
+++ b/misc/figlet/Makefile      Sun Mar 28 19:40:23 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.12 2003/07/17 21:48:56 grant Exp $
+# $NetBSD: Makefile,v 1.13 2004/03/28 19:40:23 hubertf Exp $
 # FreeBSD Id: Makefile,v 1.6 1997/06/29 09:56:32 obrien Exp
 #
 
 DISTNAME=      figlet221
 PKGNAME=       figlet-2.2.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    misc
 MASTER_SITES=  ftp://ftp.figlet.org/pub/figlet/program/unix/
 
@@ -12,4 +12,7 @@
 HOMEPAGE=      http://www.figlet.org/
 COMMENT=       Print text banners in fancy ASCII art characters
 
+pre-install:   
+               ${INSTALL_MAN_DIR} ${PREFIX}/man/man6
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index