diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:08:30 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:08:30 +0000 |
commit | 8dc9b4eb8bca30bf9b923f84ff86bb439204854d (patch) | |
tree | 9615b3688d1803f562165c15a4f065a2095b4ad0 /comms | |
parent | Add fontconfig, an XML-based font configuration API for X. (diff) |
Use RUBY_MOD*.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ruby-termios/Makefile | 8 | ||||
-rw-r--r-- | comms/ruby-termios/pkg-plist | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile index 1edb7a29e830..eb828ac93039 100644 --- a/comms/ruby-termios/Makefile +++ b/comms/ruby-termios/Makefile @@ -26,10 +26,10 @@ post-patch: post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} - ${CP} -R ${WRKSRC}/test/*.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/ - ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${RUBY_DOCDIR}/${PORTNAME}/ + ${MKDIR} ${RUBY_MODEXAMPLESDIR} + ${CP} -R ${WRKSRC}/test/*.rb ${RUBY_MODEXAMPLESDIR}/ + ${MKDIR} ${RUBY_MODDOCDIR} + ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${RUBY_MODDOCDIR}/ .endif .include <bsd.port.mk> diff --git a/comms/ruby-termios/pkg-plist b/comms/ruby-termios/pkg-plist index 48761daf553c..5799f2747685 100644 --- a/comms/ruby-termios/pkg-plist +++ b/comms/ruby-termios/pkg-plist @@ -1,8 +1,8 @@ %%RUBY_SITEARCHLIBDIR%%/termios.so -%%PORTDOCS%%%%RUBY_DOCDIR%%/termios/ChangeLog -%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/termios -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/termios/test0.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/termios/test1.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/termios/test2.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/termios/test3.rb -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/termios +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test0.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test1.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test2.rb +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test3.rb +%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% |