diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-28 18:21:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-06-28 18:21:48 +0000 |
commit | 685d5f84cc00a77597f7e6c3e7047b13f6ca1103 (patch) | |
tree | 2496fef5c35ba28da67085f521d3581c74cbb2e4 /net-p2p/mldonkey | |
parent | Fix compilation of the milter interface. (diff) |
- Fix mldonkey-core build
Pointy hat to: pav
Diffstat (limited to 'net-p2p/mldonkey')
-rw-r--r-- | net-p2p/mldonkey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index f4698d0a8374..192105f7dab0 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -84,7 +84,7 @@ post-patch: post-build: @${SED} -e 's,%%DOCSDIR%%,${DOCSDIR},' \ - < ${.CURDIR}/pkg-message > ${PKGMESSAGE} + < ${MASTERDIR}/pkg-message > ${PKGMESSAGE} do-install: .ifndef(WITHOUT_CORE) |