diff options
Diffstat (limited to 'lang/focal/Makefile')
-rw-r--r-- | lang/focal/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/focal/Makefile b/lang/focal/Makefile index dc9d51251bc..39c27eed0bc 100644 --- a/lang/focal/Makefile +++ b/lang/focal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:13 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/16 06:58:00 jlam Exp $ # DISTNAME= focal @@ -13,6 +13,8 @@ COMMENT= Interpreted programming language FOCALDOCDIR= ${PREFIX}/share/doc/focal +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/focal ${PREFIX}/bin ${INSTALL_DATA_DIR} ${FOCALDOCDIR} |