diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-09 01:38:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-09 01:38:53 +0000 |
commit | c5ed5424909db8d66c9330d6f7fc31d4f68f5828 (patch) | |
tree | 34339892841b5ba51812d7328a2836530fed26f5 /textproc/eruby | |
parent | a5fd6535852aa734985d19983e040e72114ebd47 (diff) | |
download | ports-c5ed5424909db8d66c9330d6f7fc31d4f68f5828.tar.gz ports-c5ed5424909db8d66c9330d6f7fc31d4f68f5828.zip |
Notes
Diffstat (limited to 'textproc/eruby')
-rw-r--r-- | textproc/eruby/Makefile | 2 | ||||
-rw-r--r-- | textproc/eruby/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/textproc/eruby/Makefile b/textproc/eruby/Makefile index 14f64c8c8cd9..63fb036ab8c2 100644 --- a/textproc/eruby/Makefile +++ b/textproc/eruby/Makefile @@ -7,6 +7,7 @@ PORTNAME= eruby PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES= textproc www ruby MASTER_SITES= http://www.modruby.net/archive/ DIST_SUBDIR= ruby @@ -19,6 +20,7 @@ USE_RUBY_RD= yes .endif CONFIGURE_ARGS= --enable-shared --with-charset="${DEFAULT_CHARSET}" +INSTALL_TARGET= site-install INSTALLS_SHLIB= yes DEFAULT_CHARSET?= ISO-8859-1 diff --git a/textproc/eruby/pkg-plist b/textproc/eruby/pkg-plist index d89e986c17bc..1ce87334b39f 100644 --- a/textproc/eruby/pkg-plist +++ b/textproc/eruby/pkg-plist @@ -3,6 +3,7 @@ include/eruby.h lib/liberuby.so.09 lib/liberuby.so lib/liberuby.a +%%RUBY_SITEARCHLIBDIR%%/eruby.so %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/eruby/e2r.rb %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/eruby/foo.rhtml %%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/eruby/test.rb |