diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-25 10:20:36 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-25 10:20:36 +0000 |
commit | bbf8ff9552efd95ddbef723a9ee4ebedbd104ee5 (patch) | |
tree | fb427a1ce95ce560735d22bf11bb51636f41ef6d /net-im/pidgin-facebookchat/Makefile | |
parent | e2be85e5ce2229e5d0c067c6cdae7e73bcb386b0 (diff) | |
download | ports-bbf8ff9552efd95ddbef723a9ee4ebedbd104ee5.tar.gz ports-bbf8ff9552efd95ddbef723a9ee4ebedbd104ee5.zip |
Notes
Diffstat (limited to 'net-im/pidgin-facebookchat/Makefile')
-rw-r--r-- | net-im/pidgin-facebookchat/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-im/pidgin-facebookchat/Makefile b/net-im/pidgin-facebookchat/Makefile index b56abcb72655..b6ed36376b05 100644 --- a/net-im/pidgin-facebookchat/Makefile +++ b/net-im/pidgin-facebookchat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pidgin-facebookchat -PORTVERSION= 1.30 +PORTVERSION= 1.35 CATEGORIES= net-im MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PROJECTHOST}-source-${PORTVERSION} @@ -24,7 +24,8 @@ USE_BZIP2= yes PIXMAPS_DIR= ${PREFIX}/share/pixmaps/pidgin/protocols do-patch: - ${REINPLACE_CMD} "s#i686-pc-freebsd6.0-gcc#${CC}#" ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e "s#i686-pc-freebsd6.0-gcc#${CC}#; s#/usr/local/#${LOCALBASE}/#g" \ + ${WRKSRC}/Makefile do-build: ${MAKE} -C ${WRKSRC} libfacebookbsd60.so |