diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-30 23:11:59 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-12-30 23:11:59 +0000 |
commit | b2bcd89986890efe51d04bbd9bfe2835dae41d2d (patch) | |
tree | 2f3896cd5b024743960d729a09d4866778e79119 /security/ruby-camellia | |
parent | 3f26ca6c438dd21ca69625532bdac0adf438faf4 (diff) | |
download | ports-b2bcd89986890efe51d04bbd9bfe2835dae41d2d.tar.gz ports-b2bcd89986890efe51d04bbd9bfe2835dae41d2d.zip |
Notes
Diffstat (limited to 'security/ruby-camellia')
-rw-r--r-- | security/ruby-camellia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ruby-camellia/Makefile b/security/ruby-camellia/Makefile index df3539ad92ef..7114e0d2114c 100644 --- a/security/ruby-camellia/Makefile +++ b/security/ruby-camellia/Makefile @@ -22,7 +22,7 @@ USE_RUBY_SETUP= yes INSTALL_TARGET= site-install DOCS= README.txt History.txt License.txt -EXAMPLES= cext/camellia-example.rb +EXAMPLES= ext/camellia-example.rb post-install: .if !defined(NOPORTDOCS) |