diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-06-12 15:36:38 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-06-12 15:36:38 +0800 |
commit | d1c4fb614bd91dc7389dae9cd14b447721fdaeee (patch) | |
tree | 642ffff8074c1f922677cb5643c97fc25a1a9ccc /irc | |
parent | c5a7960b03b7ff419d0dfc7ad8fe98182cce81db (diff) | |
download | freebsd-ports-gnome-d1c4fb614bd91dc7389dae9cd14b447721fdaeee.tar.gz freebsd-ports-gnome-d1c4fb614bd91dc7389dae9cd14b447721fdaeee.tar.zst freebsd-ports-gnome-d1c4fb614bd91dc7389dae9cd14b447721fdaeee.zip |
- fix build with custom LOCALBASE
Reported by: QAT
Diffstat (limited to 'irc')
-rw-r--r-- | irc/iroffer-dinoex/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/iroffer-dinoex/Makefile b/irc/iroffer-dinoex/Makefile index bbd74afc8419..6d967b4ba499 100644 --- a/irc/iroffer-dinoex/Makefile +++ b/irc/iroffer-dinoex/Makefile @@ -48,6 +48,7 @@ CONFIGURE_ARGS+= -ruby do-patch: ${REINPLACE_CMD} -e 's|int a;|int a=1;|' \ + -e 's|/usr/local/|${LOCLABASE}/|' \ ${WRKSRC}/${CONFIGURE_SCRIPT} do-install: |