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 | f91003b11632abde1e598b5922c72b4e6d973586 (patch) | |
tree | 3186a8bac4cb2ad77f09aa8794ea6896bb98aca9 /misc | |
parent | 27034c090f8073ffe2f433393f19d7910b0b0daf (diff) | |
download | pkgsrc-f91003b11632abde1e598b5922c72b4e6d973586.tar.gz |
Before installing, make sure the man/man6 dir is there. Bump revision.
Diffstat (limited to 'misc')
-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" |