diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-20 22:56:38 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-20 22:56:38 +0800 |
commit | 160791e7a1e3a93cd0f1c77ea557620793658c8b (patch) | |
tree | 399a1b3ad00cb0995c67429254479d90e456be7b /net-p2p | |
parent | 83dd2cf3635af916e6c0c1631ad83a6b008c0335 (diff) | |
download | freebsd-ports-gnome-160791e7a1e3a93cd0f1c77ea557620793658c8b.tar.gz freebsd-ports-gnome-160791e7a1e3a93cd0f1c77ea557620793658c8b.tar.zst freebsd-ports-gnome-160791e7a1e3a93cd0f1c77ea557620793658c8b.zip |
1: Stagify.
2: USES=tar:bzip2
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gkremldk/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net-p2p/gkremldk/Makefile b/net-p2p/gkremldk/Makefile index b234aae0a821..a267e6065474 100644 --- a/net-p2p/gkremldk/Makefile +++ b/net-p2p/gkremldk/Makefile @@ -18,13 +18,11 @@ BUILD_DEPENDS= \ ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 -USES= pkgconfig -USE_BZIP2= yes +USES= pkgconfig tar:bzip2 USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -E \ -e 's|^(LFLAGS).*|\1 = ${LDFLAGS} ${PTHREAD_LIBS} -L${LOCALBASE}/lib|' \ @@ -33,8 +31,8 @@ post-patch: ${WRKSRC}/Makefile.in do-install: - @${MKDIR} ${PREFIX}/libexec/gkrellm2/plugins + @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins @${INSTALL_DATA} ${WRKSRC}/gkremldk.so \ - ${PREFIX}/libexec/gkrellm2/plugins + ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins .include <bsd.port.mk> |