diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:28:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:28:25 +0000 |
commit | bb4b86e0434d9ef79072ebc7992e83a1ef9e3e9c (patch) | |
tree | cc369d6e38144cbc0682f3e0aad998ef8f40a150 /net-p2p/cdonkey/Makefile | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: net-p2p)
Diffstat (limited to 'net-p2p/cdonkey/Makefile')
-rw-r--r-- | net-p2p/cdonkey/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/cdonkey/Makefile b/net-p2p/cdonkey/Makefile index e9210847a6d2..3c80317ee611 100644 --- a/net-p2p/cdonkey/Makefile +++ b/net-p2p/cdonkey/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --with-berkeley-db="${BDB_INCLUDE_DIR}:${BDB_LIB_DIR}" PLIST_FILES= bin/cDonkey +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|-ldb|-l${BDB_LIB_NAME}|' ${WRKSRC}/configure |