diff options
author | pav <pav@FreeBSD.org> | 2005-06-29 02:21:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-06-29 02:21:48 +0800 |
commit | a729cb7582d1bad2bd436ab14fbb15c82ecf377c (patch) | |
tree | e977dbbce7af0cbb7b92984a59c55b87bc0ea10d /net/mldonkey | |
parent | 9bad700cfe4430064cd82d763260e54313964dbc (diff) | |
download | freebsd-ports-gnome-a729cb7582d1bad2bd436ab14fbb15c82ecf377c.tar.gz freebsd-ports-gnome-a729cb7582d1bad2bd436ab14fbb15c82ecf377c.tar.zst freebsd-ports-gnome-a729cb7582d1bad2bd436ab14fbb15c82ecf377c.zip |
- Fix mldonkey-core build
Pointy hat to: pav
Diffstat (limited to 'net/mldonkey')
-rw-r--r-- | net/mldonkey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mldonkey/Makefile b/net/mldonkey/Makefile index f4698d0a8374..192105f7dab0 100644 --- a/net/mldonkey/Makefile +++ b/net/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) |