diff options
Diffstat (limited to 'devel/as31/Makefile')
-rw-r--r-- | devel/as31/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/as31/Makefile b/devel/as31/Makefile index f2ec042565f..05f8d74e62d 100644 --- a/devel/as31/Makefile +++ b/devel/as31/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/12/03 15:14:54 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:45 jlam Exp $ DISTNAME= asm.8051 PKGNAME= as31-19900126 @@ -16,6 +16,8 @@ EXTRACT_CMD= ${DECOMPRESS_CMD} ${DOWNLOADED_DISTFILE} | \ MAKEFILE= makefile BUILD_TARGET= as31 man +INSTALLATION_DIRS= bin man/cat1 man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/as31 ${PREFIX}/bin/as31 ${INSTALL_DATA} ${WRKSRC}/as31.man ${PREFIX}/man/man1/as31.1 |