diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-14 15:56:43 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-14 15:56:43 +0800 |
commit | 5a0a0ccf865ae4162e88e05477fa339d41f185a2 (patch) | |
tree | b8bf05a18c7efe7a6398267019213111b3187f4f /chinese | |
parent | fa35c3dbe29e710e2a901c6022690d05ca844be8 (diff) | |
download | freebsd-ports-gnome-5a0a0ccf865ae4162e88e05477fa339d41f185a2.tar.gz freebsd-ports-gnome-5a0a0ccf865ae4162e88e05477fa339d41f185a2.tar.zst freebsd-ports-gnome-5a0a0ccf865ae4162e88e05477fa339d41f185a2.zip |
- Respect DESTDIR
- portlint fix
PR: ports/101895
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/BBMan/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chinese/BBMan/Makefile b/chinese/BBMan/Makefile index 80f53ac8df0f..262cc53b0efa 100644 --- a/chinese/BBMan/Makefile +++ b/chinese/BBMan/Makefile @@ -18,9 +18,9 @@ COMMENT= BBMan is a BBS client for X Window System LIB_DEPENDS= wx_gtk2-2.4.0:${PORTSDIR}/x11-toolkits/wxgtk24 -USE_ZIP= yes WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes +USE_ZIP= yes PLIST_FILES= bin/BBMan @@ -31,13 +31,13 @@ USE_GCC= 3.3 .endif .if ${ARCH} == ia64 -BROKEN= "Hard-codes reference to libc_r" +BROKEN= Hard-codes reference to libc_r .endif do-build: - cd ${WRKSRC} && ${CXX} main.cpp `wxgtk2-2.4-config --libs --cxxflags` -I${LOCALBASE}/include ${CFLAGS} -o BBMan + cd ${WRKSRC} && ${CXX} main.cpp `wxgtk2-2.4-config --libs --cxxflags` -I${LOCALBASE}/include ${CFLAGS} -o BBMan do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/BBMan ${PREFIX}/bin/BBMan + ${INSTALL_PROGRAM} ${WRKSRC}/BBMan ${TARGETDIR}/bin/BBMan .include <bsd.port.post.mk> |