diff options
Diffstat (limited to 'textproc/eruby/Makefile')
-rw-r--r-- | textproc/eruby/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile index 8d0fe28c7d8e..6638211be921 100644 --- a/textproc/eruby/Makefile +++ b/textproc/eruby/Makefile @@ -7,6 +7,7 @@ PORTNAME= eruby PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= textproc www ruby MASTER_SITES= http://www.ruby-lang.org/~shugo/eruby/ DIST_SUBDIR= ruby @@ -18,6 +19,8 @@ USE_RUBY= yes CONFIGURE_ARGS= --enable-shared --default-charset="${DEFAULT_CHARSET}" INSTALLS_SHLIB= yes +MAN1= eruby.1 + DEFAULT_CHARSET?= US-ASCII DOCS_EN= ChangeLog README.en |