diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-15 19:21:54 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-11-15 19:21:54 +0000 |
commit | 4fa1a9b4c623a8394801e648fcbc23cea8ca2957 (patch) | |
tree | 62165810fd553a07c24084016fa8e36d1256cd94 /devel/ruby-mmap | |
parent | 22d983d48d8bb6bb65469552e96eb1bb24d97bdf (diff) | |
download | ports-4fa1a9b4c623a8394801e648fcbc23cea8ca2957.tar.gz ports-4fa1a9b4c623a8394801e648fcbc23cea8ca2957.zip |
Notes
Diffstat (limited to 'devel/ruby-mmap')
-rw-r--r-- | devel/ruby-mmap/Makefile | 5 | ||||
-rw-r--r-- | devel/ruby-mmap/pkg-plist | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/devel/ruby-mmap/Makefile b/devel/ruby-mmap/Makefile index 355cd79a31e9..cf6b2271eb62 100644 --- a/devel/ruby-mmap/Makefile +++ b/devel/ruby-mmap/Makefile @@ -26,7 +26,6 @@ INSTALL_TARGET= site-install DOCS= Changes README.en mmap.html mmap.rd \ docs/doc -EXAMPLES= b.rb post-build: .if !defined(NOPORTDOCS) @@ -36,10 +35,6 @@ post-build: post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR}/ -.for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ -.endfor ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} ${CP} -R ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ diff --git a/devel/ruby-mmap/pkg-plist b/devel/ruby-mmap/pkg-plist index 0030a70eab1f..01f7113ef980 100644 --- a/devel/ruby-mmap/pkg-plist +++ b/devel/ruby-mmap/pkg-plist @@ -1,6 +1,4 @@ %%RUBY_SITEARCHLIBDIR%%/mmap.so -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/b.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% %%PORTDOCS%%%%RUBY_MODDOCDIR%%/Changes %%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en %%PORTDOCS%%%%RUBY_MODDOCDIR%%/mmap.html |