diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:38:34 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-06 21:38:34 +0000 |
commit | ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65 (patch) | |
tree | 7cf7ce4014512a9ca41326c0a67d6a7a84dd9427 /security/ruby-password | |
parent | 939fd373f064e87b5979518b77a5dbcff3ebe4dd (diff) | |
download | ports-ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65.tar.gz ports-ea4cef3e92ac13bcebe1a8e78d11f87fe0448e65.zip |
Use RUBY_MOD*.
Notes
Notes:
svn path=/head/; revision=67509
Diffstat (limited to 'security/ruby-password')
-rw-r--r-- | security/ruby-password/Makefile | 8 | ||||
-rw-r--r-- | security/ruby-password/pkg-plist | 12 |
2 files changed, 10 insertions, 10 deletions
diff --git a/security/ruby-password/Makefile b/security/ruby-password/Makefile index 2cf23aa7467c..c29f03a3c14f 100644 --- a/security/ruby-password/Makefile +++ b/security/ruby-password/Makefile @@ -28,11 +28,11 @@ DOCS_EN= CHANGES README doc/password.html post-install: .if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/example/*.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/ - ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME} + ${MKDIR} ${RUBY_MODEXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/example/*.rb ${RUBY_MODEXAMPLESDIR}/ + ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .endif diff --git a/security/ruby-password/pkg-plist b/security/ruby-password/pkg-plist index 82f55ed5ce3c..cf9991ca6d0c 100644 --- a/security/ruby-password/pkg-plist +++ b/security/ruby-password/pkg-plist @@ -1,8 +1,8 @@ %%RUBY_SITEARCHLIBDIR%%/crack.so %%RUBY_SITELIBDIR%%/password.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/password/example.rb -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/password -%%PORTDOCS%%%%RUBY_DOCDIR%%/password/CHANGES -%%PORTDOCS%%%%RUBY_DOCDIR%%/password/README -%%PORTDOCS%%%%RUBY_DOCDIR%%/password/password.html -%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/password +%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/example.rb +%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/CHANGES +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/password.html +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |