diff options
author | hubertf <hubertf@pkgsrc.org> | 2004-03-28 19:40:23 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2004-03-28 19:40:23 +0000 |
commit | 27615af6adaf5182d7d8ff19f8961cbe1e616a38 (patch) | |
tree | 3186a8bac4cb2ad77f09aa8794ea6896bb98aca9 /misc/figlet | |
parent | 9449829936dd944227a4078df5a9318d47cba661 (diff) | |
download | pkgsrc-27615af6adaf5182d7d8ff19f8961cbe1e616a38.tar.gz |
Before installing, make sure the man/man6 dir is there. Bump revision.
Diffstat (limited to 'misc/figlet')
-rw-r--r-- | misc/figlet/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile index 35d07fcabe8..55953e997ce 100644 --- a/misc/figlet/Makefile +++ b/misc/figlet/Makefile @@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org 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" |