diff options
author | ahze <ahze@FreeBSD.org> | 2005-04-07 21:21:07 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-04-07 21:21:07 +0000 |
commit | 80ba16ef522e2146da40b5cb5621d49fcd56cdac (patch) | |
tree | 8253739c857d869968aef831d34e7686e16fcff8 /www/kazehakase | |
parent | 99d391567bb04bfb5a21710214a81df6776cbf7c (diff) | |
download | FreeBSD-ports-80ba16ef522e2146da40b5cb5621d49fcd56cdac.zip FreeBSD-ports-80ba16ef522e2146da40b5cb5621d49fcd56cdac.tar.gz |
- Add missing man page
Pointed out by: pointyhat via kris
Diffstat (limited to 'www/kazehakase')
-rw-r--r-- | www/kazehakase/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile index 8eeef5c..e177a58 100644 --- a/www/kazehakase/Makefile +++ b/www/kazehakase/Makefile @@ -27,6 +27,8 @@ CONFIGURE_ARGS= --with-gecko-engine=${MOZILLA:S/-devel//} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +MAN1= kazehakase.1 + FLASHPLAYER= ${LOCALBASE}/lib/libflashplayer.so.1 .if defined(WITH_MIGEMO) |