summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2005-04-20 16:46:56 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2005-04-20 16:46:56 +0000
commit30083436d300acb9824d84e2c196113c8cdb928b (patch)
treef4604071b004eff2ce8d9703b58b3e24d82e0cef /ports-mgmt
parentSpecial version of IRC server for RusNet IRC Network. (diff)
Fix build by including ${LOCALBASE}/lib in the link path.
Notes
Notes: svn path=/head/; revision=133794
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/bpm/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/ports-mgmt/bpm/Makefile b/ports-mgmt/bpm/Makefile
index e707cd7b4bac..d095824ee14f 100644
--- a/ports-mgmt/bpm/Makefile
+++ b/ports-mgmt/bpm/Makefile
@@ -11,7 +11,6 @@ PORTREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= http://www.meowfishies.com/code/bpm/
EXTRACT_SUFX= .tgz
-
MAINTAINER= sethk@meowfishies.com
COMMENT= A graphical BSD ports collection manager
@@ -19,7 +18,12 @@ RUN_DEPENDS= portupgrade:${PORTSDIR}/sysutils/portupgrade
USE_X_PREFIX= yes
USE_GNOME= gtk20
+USE_REINPLACE= yes
MAKE_ENV+= OSTYPE="${OPSYS}"
+post-patch:
+ @${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
+ ${REINPLACE_CMD} -e "s|-lintl|-lintl -L${LOCALBASE}/lib|g"
+
.include <bsd.port.mk>