diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /japanese/ruby-rdic | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'japanese/ruby-rdic')
-rw-r--r-- | japanese/ruby-rdic/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ruby-rdic/Makefile b/japanese/ruby-rdic/Makefile index 4188cdbb150f..572866096a03 100644 --- a/japanese/ruby-rdic/Makefile +++ b/japanese/ruby-rdic/Makefile @@ -31,7 +31,7 @@ RUBY_RD_FILES= xselection.rd \ USE_XORG= x11 INSTALL_TARGET= site-install -MAKE_ARGS+= CFLAGS='-I ${X11BASE}/include' +MAKE_ARGS+= CFLAGS='-I ${LOCALBASE}/include' DOCS_EN= ChangeLog.rdic \ ChangeLog.xselection \ @@ -53,7 +53,7 @@ DOCS_ETC= eliminate.default \ PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX} post-patch: - ${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|' ${WRKSRC}/extconf.rb + ${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|' ${WRKSRC}/extconf.rb post-install: rb-install doc-install |