diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-07 23:52:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-07 23:52:32 +0800 |
commit | daac849e5f83234649bd5011a7cf50703a49ffed (patch) | |
tree | aa5dadf854566a8c29cda17a23f2a50efc40ee79 /security | |
parent | ba722d5efd9e8963a7d56dc21da19153af8de76b (diff) | |
download | freebsd-ports-graphics-daac849e5f83234649bd5011a7cf50703a49ffed.tar.gz freebsd-ports-graphics-daac849e5f83234649bd5011a7cf50703a49ffed.tar.zst freebsd-ports-graphics-daac849e5f83234649bd5011a7cf50703a49ffed.zip |
Support stage
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-tcpwrap/Makefile | 17 | ||||
-rw-r--r-- | security/ruby-tcpwrap/pkg-plist | 4 |
2 files changed, 9 insertions, 12 deletions
diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile index 696a85a8988..1fee3582bed 100644 --- a/security/ruby-tcpwrap/Makefile +++ b/security/ruby-tcpwrap/Makefile @@ -23,22 +23,19 @@ USE_RUBY_EXTCONF= yes WRKSRC= ${WRKDIR}/ruby-${PORTNAME} CONFIGURE_ARGS= --with-libwrap-dir=/usr \ --with-ident-dir="${LOCALBASE}" +MAKE_ARGS= INSTALL_PROG="${INSTALL_PROGRAM}" \ + INSTALL_DATA="${INSTALL_DATA}" INSTALL_TARGET= site-install DOCS_EN= README.en doc/tcpwrap.html.en DOCS_JA= README.ja doc/tcpwrap.html.ja -NO_STAGE= yes -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/sample/echod.rb ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR}/ja - cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS_EN} ${RUBY_MODDOCDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS_JA} ${RUBY_MODDOCDIR}/ja/ -.endif + ${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/sample/echod.rb ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/ + ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}/ja + cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS_EN} ${STAGEDIR}${RUBY_MODDOCDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS_JA} ${STAGEDIR}${RUBY_MODDOCDIR}/ja/ .include <bsd.port.mk> diff --git a/security/ruby-tcpwrap/pkg-plist b/security/ruby-tcpwrap/pkg-plist index 82ee96ecb60..f55929f77f0 100644 --- a/security/ruby-tcpwrap/pkg-plist +++ b/security/ruby-tcpwrap/pkg-plist @@ -1,6 +1,6 @@ %%RUBY_SITEARCHLIBDIR%%/tcpwrap.so -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/echod.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/echod.rb +%%PORTEXAMPLES%%@dirrm %%RUBY_MODEXAMPLESDIR%% %%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en %%PORTDOCS%%%%RUBY_MODDOCDIR%%/tcpwrap.html.en %%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja |