diff options
Diffstat (limited to 'textproc/cawf/Makefile')
-rw-r--r-- | textproc/cawf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/cawf/Makefile b/textproc/cawf/Makefile index 2767623f25a..87c4c35cf7f 100644 --- a/textproc/cawf/Makefile +++ b/textproc/cawf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/12 15:11:18 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:36 jlam Exp $ # # Possible TODOs: # - set CH based on manual page section number, and real OS name @@ -26,6 +26,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews CPPFLAGS+= -DUNIX -DUSG -DSTDLIB -DCAWFLIB="\"${PREFIX}/share/cawf\"" +INSTALLATION_DIRS+= bin man/man1 + post-extract: ${RM} -f ${WRKSRC}/*.o |