diff options
author | hubertf <hubertf> | 2004-05-02 09:57:19 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2004-05-02 09:57:19 +0000 |
commit | 334295e1ae4b40a19166dc6aa979535d516e7583 (patch) | |
tree | 3b264fb8aa34c0ec19bc04711b0739909313d7b0 /misc | |
parent | 1a36fe676781b007d0fcc8fd51f769f9e4a41264 (diff) | |
download | pkgsrc-334295e1ae4b40a19166dc6aa979535d516e7583.tar.gz |
This pkg works with pkgviews, mark it so
Diffstat (limited to 'misc')
-rw-r--r-- | misc/figlet/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile index 55953e997ce..5d79096e1c0 100644 --- a/misc/figlet/Makefile +++ b/misc/figlet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/03/28 19:40:23 hubertf Exp $ +# $NetBSD: Makefile,v 1.14 2004/05/02 09:57:19 hubertf Exp $ # FreeBSD Id: Makefile,v 1.6 1997/06/29 09:56:32 obrien Exp # @@ -12,7 +12,10 @@ MAINTAINER= tech-pkg@NetBSD.org 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 .include "../../mk/bsd.pkg.mk" |