aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-06-12 16:39:43 +0800
committerdinoex <dinoex@FreeBSD.org>2009-06-12 16:39:43 +0800
commit2acbaf5cf5b9b7a2b2e65eb5eee0d4560ad63cee (patch)
treee8bfe7b290c3d89610a6952618c2bea7f41113ff /irc
parentc3af01137d8ae5adf746a4f98a2200f3acc5f7de (diff)
downloadfreebsd-ports-gnome-2acbaf5cf5b9b7a2b2e65eb5eee0d4560ad63cee.tar.gz
freebsd-ports-gnome-2acbaf5cf5b9b7a2b2e65eb5eee0d4560ad63cee.tar.zst
freebsd-ports-gnome-2acbaf5cf5b9b7a2b2e65eb5eee0d4560ad63cee.zip
- fix build with custom LOCALBASE
Reported by: QAT
Diffstat (limited to 'irc')
-rw-r--r--irc/iroffer-dinoex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile
index 6d967b4ba499..2ca1a74cde24 100644
--- a/irc/iroffer-dinoex/Makefile
+++ b/irc/iroffer-dinoex/Makefile
@@ -48,7 +48,7 @@ CONFIGURE_ARGS+= -ruby
do-patch:
${REINPLACE_CMD} -e 's|int a;|int a=1;|' \
- -e 's|/usr/local/|${LOCLABASE}/|' \
+ -e 's|/usr/local/|${LOCALBASE}/|' \
${WRKSRC}/${CONFIGURE_SCRIPT}
do-install: