diff options
author | knu <knu@FreeBSD.org> | 2000-09-26 16:02:17 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-09-26 16:02:17 +0800 |
commit | 4a58e3c2d6c25c7ad3f0d372d73de5140b86fe08 (patch) | |
tree | d575538fdfa79e95b364ebb8319b0c7d2374d886 | |
parent | c91f1a8c86559a6e0501de3a7ad0bc1118337c9d (diff) | |
download | freebsd-ports-graphics-4a58e3c2d6c25c7ad3f0d372d73de5140b86fe08.tar.gz freebsd-ports-graphics-4a58e3c2d6c25c7ad3f0d372d73de5140b86fe08.tar.zst freebsd-ports-graphics-4a58e3c2d6c25c7ad3f0d372d73de5140b86fe08.zip |
Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
57 files changed, 46 insertions, 149 deletions
diff --git a/archivers/ruby-zlib/Makefile b/archivers/ruby-zlib/Makefile index a7023aafa42..7e73240be06 100644 --- a/archivers/ruby-zlib/Makefile +++ b/archivers/ruby-zlib/Makefile @@ -34,6 +34,4 @@ post-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/databases/ruby-gdbm/Makefile b/databases/ruby-gdbm/Makefile index 0371ce59566..ecd4793d40b 100644 --- a/databases/ruby-gdbm/Makefile +++ b/databases/ruby-gdbm/Makefile @@ -26,6 +26,4 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/ext/gdbm post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile index 3bd0e65fa99..05cd5865f9b 100644 --- a/databases/ruby-mysql/Makefile +++ b/databases/ruby-mysql/Makefile @@ -29,6 +29,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README.jp ${RUBY_DOCDIR}/mysql/ja .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/databases/ruby-postgres/Makefile b/databases/ruby-postgres/Makefile index 50644b55f78..46c3de66f7e 100644 --- a/databases/ruby-postgres/Makefile +++ b/databases/ruby-postgres/Makefile @@ -42,6 +42,4 @@ post-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/databases/ruby14-gdbm/Makefile b/databases/ruby14-gdbm/Makefile index cc00963d393..b2bc43eaa22 100644 --- a/databases/ruby14-gdbm/Makefile +++ b/databases/ruby14-gdbm/Makefile @@ -28,6 +28,4 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/ext/gdbm post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile index 50644b55f78..46c3de66f7e 100644 --- a/databases/rubygem-postgres/Makefile +++ b/databases/rubygem-postgres/Makefile @@ -42,6 +42,4 @@ post-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/ruby-amstd/Makefile b/devel/ruby-amstd/Makefile index 6b841345fce..932b5322ed7 100644 --- a/devel/ruby-amstd/Makefile +++ b/devel/ruby-amstd/Makefile @@ -58,6 +58,4 @@ do-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/ruby-date2/Makefile b/devel/ruby-date2/Makefile index 843f9309365..2cde7a1903f 100644 --- a/devel/ruby-date2/Makefile +++ b/devel/ruby-date2/Makefile @@ -48,6 +48,4 @@ do-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/ruby-filelock/Makefile b/devel/ruby-filelock/Makefile index f72f7dfbf70..5ab78056d01 100644 --- a/devel/ruby-filelock/Makefile +++ b/devel/ruby-filelock/Makefile @@ -35,6 +35,4 @@ post-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/ruby-intl/Makefile b/devel/ruby-intl/Makefile index b63088f1ffa..db452428a29 100644 --- a/devel/ruby-intl/Makefile +++ b/devel/ruby-intl/Makefile @@ -33,6 +33,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README.jp ${RUBY_DOCDIR}/intl/ja/ .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/ruby-locale/Makefile b/devel/ruby-locale/Makefile index 4690175d979..abda457e0b6 100644 --- a/devel/ruby-locale/Makefile +++ b/devel/ruby-locale/Makefile @@ -30,6 +30,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/locale/ .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/ruby-optparse/Makefile b/devel/ruby-optparse/Makefile index 61240247241..b602fd60e92 100644 --- a/devel/ruby-optparse/Makefile +++ b/devel/ruby-optparse/Makefile @@ -40,6 +40,4 @@ do-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/ruby-property/Makefile b/devel/ruby-property/Makefile index 3b8428f2c24..5f9e2d9505a 100644 --- a/devel/ruby-property/Makefile +++ b/devel/ruby-property/Makefile @@ -36,6 +36,4 @@ do-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/ruby-racc/Makefile b/devel/ruby-racc/Makefile index e4dd3a7cfee..2b1712cf222 100644 --- a/devel/ruby-racc/Makefile +++ b/devel/ruby-racc/Makefile @@ -73,6 +73,4 @@ do-install: .endif .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/ruby-runit/Makefile b/devel/ruby-runit/Makefile index ed67857c9a6..7fda12e4231 100644 --- a/devel/ruby-runit/Makefile +++ b/devel/ruby-runit/Makefile @@ -45,6 +45,4 @@ do-install: ${CP} -R ${WRKSRC}/doc_en/ ${RUBY_DOCDIR}/runit/ .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/ruby-slang/Makefile b/devel/ruby-slang/Makefile index dea2e66647a..569e2cd2df6 100644 --- a/devel/ruby-slang/Makefile +++ b/devel/ruby-slang/Makefile @@ -36,7 +36,6 @@ DOCS_EN= README changes.txt DOCS_JA= README.euc .include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" .if defined(PKGNAMEPREFIX) PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX} diff --git a/devel/ruby-strscan/Makefile b/devel/ruby-strscan/Makefile index 82f324a4c04..78b6d2c5eb2 100644 --- a/devel/ruby-strscan/Makefile +++ b/devel/ruby-strscan/Makefile @@ -41,6 +41,4 @@ do-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/ruby-unit/Makefile b/devel/ruby-unit/Makefile index ed67857c9a6..7fda12e4231 100644 --- a/devel/ruby-unit/Makefile +++ b/devel/ruby-unit/Makefile @@ -45,6 +45,4 @@ do-install: ${CP} -R ${WRKSRC}/doc_en/ ${RUBY_DOCDIR}/runit/ .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/swigruby/Makefile b/devel/swigruby/Makefile index 13f6a948ea9..7eaf5635f7f 100644 --- a/devel/swigruby/Makefile +++ b/devel/swigruby/Makefile @@ -40,6 +40,4 @@ post-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile index 18a05837f0d..0bc68b2065e 100644 --- a/graphics/ruby-opengl/Makefile +++ b/graphics/ruby-opengl/Makefile @@ -35,6 +35,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README.EUC ${RUBY_DOCDIR}/opengl/ja/ .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/japanese/rbnamazu/Makefile b/japanese/rbnamazu/Makefile index 9240189e57c..e0e33c44f0f 100644 --- a/japanese/rbnamazu/Makefile +++ b/japanese/rbnamazu/Makefile @@ -45,6 +45,4 @@ do-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/japanese/rskkserv/Makefile b/japanese/rskkserv/Makefile index c35e043eba0..715c79e0180 100644 --- a/japanese/rskkserv/Makefile +++ b/japanese/rskkserv/Makefile @@ -51,6 +51,4 @@ do-install: ${CHMOD} ${BINMODE} ${STARTUP_SCRIPT}; \ fi -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/japanese/ruby-eb/Makefile b/japanese/ruby-eb/Makefile index 014abf717b7..d210d637146 100644 --- a/japanese/ruby-eb/Makefile +++ b/japanese/ruby-eb/Makefile @@ -23,7 +23,6 @@ NO_WRKSUBDIR= yes INSTALL_TARGET= site-install .include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX} diff --git a/japanese/ruby-kakasi/Makefile b/japanese/ruby-kakasi/Makefile index 90ad0f62019..00497db6e37 100644 --- a/japanese/ruby-kakasi/Makefile +++ b/japanese/ruby-kakasi/Makefile @@ -26,7 +26,6 @@ DOCS_EN= ChangeLog README wdcnt.html DOCS_JA= README.jp .include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX} diff --git a/japanese/ruby-uconv/Makefile b/japanese/ruby-uconv/Makefile index 52806533f88..a8dfb62a537 100644 --- a/japanese/ruby-uconv/Makefile +++ b/japanese/ruby-uconv/Makefile @@ -25,7 +25,6 @@ EXAMPLES= euc2unicode.rb test_euc.txt test_euc.xml \ trilang.xml unicode2euc.rb xmlconv.rb .include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX} diff --git a/lang/ruby-man/Makefile b/lang/ruby-man/Makefile index fab80c8ab25..ab77764c78c 100644 --- a/lang/ruby-man/Makefile +++ b/lang/ruby-man/Makefile @@ -28,6 +28,4 @@ do-install: ${MKDIR} ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/*.html ${DOCDIR} -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/lang/ruby-perl/Makefile b/lang/ruby-perl/Makefile index 73b12d6179d..9c892dd0cb9 100644 --- a/lang/ruby-perl/Makefile +++ b/lang/ruby-perl/Makefile @@ -45,6 +45,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README.ja ${RUBY_DOCDIR}/perl/ja/ .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/lang/ruby-python/Makefile b/lang/ruby-python/Makefile index dea3dc6c14d..0ccefbaed5d 100644 --- a/lang/ruby-python/Makefile +++ b/lang/ruby-python/Makefile @@ -35,6 +35,4 @@ post-install: ${RUBY_DOCDIR}/python/ja/ .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/lang/ruby-tcltklib/Makefile b/lang/ruby-tcltklib/Makefile index 27b126fe545..2de946cc6b2 100644 --- a/lang/ruby-tcltklib/Makefile +++ b/lang/ruby-tcltklib/Makefile @@ -50,7 +50,6 @@ TCL_DIR= `echo "${TCL_LIB}" | ${SED} 's/\([0-9]\)\([0-9]\)/\1.\2/'` TK_DIR= `echo "${TK_LIB}" | ${SED} 's/\([0-9]\)\([0-9]\)/\1.\2/'` .include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" .if defined(PKGNAMEPREFIX) PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX} diff --git a/lang/ruby-usersguide/Makefile b/lang/ruby-usersguide/Makefile index e782caf4c79..d5b8f4f1cb6 100644 --- a/lang/ruby-usersguide/Makefile +++ b/lang/ruby-usersguide/Makefile @@ -34,6 +34,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/* ${DOCDIR} ${LN} -fs uguide00.html ${DOCDIR}/index.html -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 9caefa4adf9..b6aa1023504 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -26,7 +26,6 @@ EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp .include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" .if !empty(RUBY_SUFFIX) CONFIGURE_ARGS+= --program-suffix="${RUBY_SUFFIX}" diff --git a/lang/ruby14-irb/Makefile b/lang/ruby14-irb/Makefile index e8722864d32..417094a2655 100644 --- a/lang/ruby14-irb/Makefile +++ b/lang/ruby14-irb/Makefile @@ -38,6 +38,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README* ${RUBY_DOCDIR}/irb .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/lang/ruby14-tcltklib/Makefile b/lang/ruby14-tcltklib/Makefile index c2bcd743a0b..0dc77650f4b 100644 --- a/lang/ruby14-tcltklib/Makefile +++ b/lang/ruby14-tcltklib/Makefile @@ -52,7 +52,6 @@ TCL_DIR= `echo "${TCL_LIB}" | ${SED} 's/\([0-9]\)\([0-9]\)/\1.\2/'` TK_DIR= `echo "${TK_LIB}" | ${SED} 's/\([0-9]\)\([0-9]\)/\1.\2/'` .include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" .if defined(PKGNAMEPREFIX) PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX} diff --git a/lang/ruby14/Makefile b/lang/ruby14/Makefile index 2b20345a654..0a333c7e599 100644 --- a/lang/ruby14/Makefile +++ b/lang/ruby14/Makefile @@ -28,7 +28,6 @@ EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp .include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" .if !empty(RUBY_SUFFIX) CONFIGURE_ARGS+= --program-suffix="${RUBY_SUFFIX}" diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 9caefa4adf9..b6aa1023504 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -26,7 +26,6 @@ EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp .include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" .if !empty(RUBY_SUFFIX) CONFIGURE_ARGS+= --program-suffix="${RUBY_SUFFIX}" diff --git a/mail/ruby-tmail/Makefile b/mail/ruby-tmail/Makefile index 3d488efa1ff..68e32d4b8be 100644 --- a/mail/ruby-tmail/Makefile +++ b/mail/ruby-tmail/Makefile @@ -38,6 +38,4 @@ do-install: ${CP} -R ${WRKSRC}/README.ja ${WRKSRC}/doc.ja/ ${RUBY_DOCDIR}/tmail/ja/ .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/mail/rubygem-tmail/Makefile b/mail/rubygem-tmail/Makefile index 3d488efa1ff..68e32d4b8be 100644 --- a/mail/rubygem-tmail/Makefile +++ b/mail/rubygem-tmail/Makefile @@ -38,6 +38,4 @@ do-install: ${CP} -R ${WRKSRC}/README.ja ${WRKSRC}/doc.ja/ ${RUBY_DOCDIR}/tmail/ja/ .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/math/ruby-bigfloat/Makefile b/math/ruby-bigfloat/Makefile index bfa3ca740d2..3ffaa3d87d4 100644 --- a/math/ruby-bigfloat/Makefile +++ b/math/ruby-bigfloat/Makefile @@ -29,6 +29,4 @@ post-install: ${RUBY_DOCDIR}/bigfloat/ja .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net-mgmt/ruby-snmp/Makefile b/net-mgmt/ruby-snmp/Makefile index e85279e0191..6749fabd10f 100644 --- a/net-mgmt/ruby-snmp/Makefile +++ b/net-mgmt/ruby-snmp/Makefile @@ -40,6 +40,4 @@ post-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net/ruby-drb/Makefile b/net/ruby-drb/Makefile index 7fd724a79b2..c3cbc2a7b91 100644 --- a/net/ruby-drb/Makefile +++ b/net/ruby-drb/Makefile @@ -34,6 +34,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_EXAMPLESDIR}/drb .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net/ruby-snmp/Makefile b/net/ruby-snmp/Makefile index e85279e0191..6749fabd10f 100644 --- a/net/ruby-snmp/Makefile +++ b/net/ruby-snmp/Makefile @@ -40,6 +40,4 @@ post-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net/ruby-uri/Makefile b/net/ruby-uri/Makefile index 46311c3f187..f13d65ec03d 100644 --- a/net/ruby-uri/Makefile +++ b/net/ruby-uri/Makefile @@ -40,6 +40,4 @@ do-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/print/ruby-clibpdf/Makefile b/print/ruby-clibpdf/Makefile index b3ee58ca408..43dbf6e6efd 100644 --- a/print/ruby-clibpdf/Makefile +++ b/print/ruby-clibpdf/Makefile @@ -54,6 +54,4 @@ post-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/ruby-acl/Makefile b/security/ruby-acl/Makefile index 0def050eda6..26f6a63ec91 100644 --- a/security/ruby-acl/Makefile +++ b/security/ruby-acl/Makefile @@ -45,6 +45,4 @@ do-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile index 8d9c193c224..7e858b6f16d 100644 --- a/security/ruby-tcpwrap/Makefile +++ b/security/ruby-tcpwrap/Makefile @@ -48,6 +48,4 @@ post-install: .endfor .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/sysutils/ruby-syslog/Makefile b/sysutils/ruby-syslog/Makefile index 979f37efdc8..80bea39e9dd 100644 --- a/sysutils/ruby-syslog/Makefile +++ b/sysutils/ruby-syslog/Makefile @@ -30,6 +30,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_DOCDIR}/syslog/ .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/ruby-html-parser/Makefile b/textproc/ruby-html-parser/Makefile index 5851fb3d178..7b83af5c9a5 100644 --- a/textproc/ruby-html-parser/Makefile +++ b/textproc/ruby-html-parser/Makefile @@ -30,6 +30,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README.html ${RUBY_DOCDIR}/html-parser/ .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index bb54add29ac..cffd16f1ca5 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -74,6 +74,4 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile index f281717caf8..46bb6c11d13 100644 --- a/textproc/ruby-xmlparser/Makefile +++ b/textproc/ruby-xmlparser/Makefile @@ -76,6 +76,4 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-toolkits/ruby-fltk/Makefile b/x11-toolkits/ruby-fltk/Makefile index 25907fdb702..8d96320d11d 100644 --- a/x11-toolkits/ruby-fltk/Makefile +++ b/x11-toolkits/ruby-fltk/Makefile @@ -38,6 +38,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README.jp ${RUBY_DOCDIR}/fltk/ja/ .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-toolkits/ruby-gtk/Makefile b/x11-toolkits/ruby-gtk/Makefile index 2b7f8114137..e992ce9b8c0 100644 --- a/x11-toolkits/ruby-gtk/Makefile +++ b/x11-toolkits/ruby-gtk/Makefile @@ -52,6 +52,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/api-ja/* ${RUBY_DOCDIR}/gtk/ja .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-toolkits/ruby-gtk2/Makefile b/x11-toolkits/ruby-gtk2/Makefile index 2b7f8114137..e992ce9b8c0 100644 --- a/x11-toolkits/ruby-gtk2/Makefile +++ b/x11-toolkits/ruby-gtk2/Makefile @@ -52,6 +52,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/api-ja/* ${RUBY_DOCDIR}/gtk/ja .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-toolkits/ruby-qt/Makefile b/x11-toolkits/ruby-qt/Makefile index 22e2056580a..2244913694b 100644 --- a/x11-toolkits/ruby-qt/Makefile +++ b/x11-toolkits/ruby-qt/Makefile @@ -54,6 +54,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README.jp ${RUBY_DOCDIR}/qt/ja/ .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-toolkits/ruby-qt2/Makefile b/x11-toolkits/ruby-qt2/Makefile index 22e2056580a..2244913694b 100644 --- a/x11-toolkits/ruby-qt2/Makefile +++ b/x11-toolkits/ruby-qt2/Makefile @@ -54,6 +54,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README.jp ${RUBY_DOCDIR}/qt/ja/ .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11-toolkits/ruby-tk/Makefile b/x11-toolkits/ruby-tk/Makefile index a9ffb4226c5..6cf0fed4418 100644 --- a/x11-toolkits/ruby-tk/Makefile +++ b/x11-toolkits/ruby-tk/Makefile @@ -30,7 +30,6 @@ TCLTKLIB_CATEGORY?= lang .endif .include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" .if defined(PKGNAMEPREFIX) PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX} diff --git a/x11-toolkits/ruby14-tk/Makefile b/x11-toolkits/ruby14-tk/Makefile index 46a1952871b..49d80e9561d 100644 --- a/x11-toolkits/ruby14-tk/Makefile +++ b/x11-toolkits/ruby14-tk/Makefile @@ -32,7 +32,6 @@ TCLTKLIB_CATEGORY?= lang .endif .include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" .if defined(PKGNAMEPREFIX) PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX} diff --git a/x11/ruby-kde/Makefile b/x11/ruby-kde/Makefile index 46b37cf2f9d..68a11abd6c5 100644 --- a/x11/ruby-kde/Makefile +++ b/x11/ruby-kde/Makefile @@ -52,6 +52,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README.jp.txt ${RUBY_DOCDIR}/kde/ja/ .endif -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/Mk/bsd.ruby.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |