diff options
author | knu <knu@FreeBSD.org> | 2002-11-16 03:21:54 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-11-16 03:21:54 +0800 |
commit | 3d9b0511d20d71e09d63323c7e697fb8a2b60a32 (patch) | |
tree | bdcfc858dd0f61dde8c4e78a3eaadecea6110104 | |
parent | da1479d397f9a917473a9299b925eeed1783781c (diff) | |
download | freebsd-ports-gnome-3d9b0511d20d71e09d63323c7e697fb8a2b60a32.tar.gz freebsd-ports-gnome-3d9b0511d20d71e09d63323c7e697fb8a2b60a32.tar.zst freebsd-ports-gnome-3d9b0511d20d71e09d63323c7e697fb8a2b60a32.zip |
Do not install b.rb - it is not an example script.
-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 |