make amd64 vs. x86_64 naming for ruby parts agree with ruby port
This commit is contained in:
parent
edd4c764f7
commit
a61f5f1f4b
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2005/03/29 21:18:35 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2005/04/03 22:38:09 naddy Exp $
|
||||
|
||||
.if ${MACHINE_ARCH} == "powerpc"
|
||||
BROKEN= "gcc spins on x_20.cpp"
|
||||
@ -25,4 +25,8 @@ MAKE_FLAGS+=TMAKEPATH=${LOCALBASE}/share/tmake/openbsd-g++/
|
||||
SEPARATE_BUILD=flavored
|
||||
|
||||
CONFIGURE_ENV+=DO_NOT_COMPILE=python
|
||||
|
||||
GNU_ARCH=${MACHINE_ARCH:S/amd64/x86_64/}
|
||||
SUBST_VARS=GNU_ARCH OSREV
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2005/03/29 21:18:35 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2005/04/03 22:38:09 naddy Exp $
|
||||
bin/embedjs
|
||||
bin/jsaccess
|
||||
bin/kjscmd
|
||||
@ -69,12 +69,12 @@ lib/ruby/site_ruby/1.8/Korundum.rb
|
||||
lib/ruby/site_ruby/1.8/Qt/
|
||||
lib/ruby/site_ruby/1.8/Qt.rb
|
||||
lib/ruby/site_ruby/1.8/Qt/qtruby.rb
|
||||
lib/ruby/site_ruby/1.8/${MACHINE_ARCH}-openbsd3.7/korundum.la
|
||||
lib/ruby/site_ruby/1.8/${MACHINE_ARCH}-openbsd3.7/korundum.so.0.0
|
||||
lib/ruby/site_ruby/1.8/${MACHINE_ARCH}-openbsd3.7/qtruby.la
|
||||
lib/ruby/site_ruby/1.8/${MACHINE_ARCH}-openbsd3.7/qtruby.so.0.0
|
||||
lib/ruby/site_ruby/1.8/${MACHINE_ARCH}-openbsd3.7/qui.la
|
||||
lib/ruby/site_ruby/1.8/${MACHINE_ARCH}-openbsd3.7/qui.so.0.0
|
||||
lib/ruby/site_ruby/1.8/${GNU_ARCH}-openbsd${OSREV}/korundum.la
|
||||
lib/ruby/site_ruby/1.8/${GNU_ARCH}-openbsd${OSREV}/korundum.so.0.0
|
||||
lib/ruby/site_ruby/1.8/${GNU_ARCH}-openbsd${OSREV}/qtruby.la
|
||||
lib/ruby/site_ruby/1.8/${GNU_ARCH}-openbsd${OSREV}/qtruby.so.0.0
|
||||
lib/ruby/site_ruby/1.8/${GNU_ARCH}-openbsd${OSREV}/qui.la
|
||||
lib/ruby/site_ruby/1.8/${GNU_ARCH}-openbsd${OSREV}/qui.so.0.0
|
||||
@man man/man1/kjscmd.1
|
||||
share/applications/kde/kjscmd.desktop
|
||||
share/applnk/
|
||||
|
Loading…
Reference in New Issue
Block a user