diff options
author | pav <pav@FreeBSD.org> | 2004-03-25 03:01:30 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-25 03:01:30 +0800 |
commit | 9fed63e7f4496022c65317fa7f47cea0cea1bfdb (patch) | |
tree | 10ad521a2563a5fed49be47ed449f6c6bcb2983b /deskutils | |
parent | ee49ddd3365c9c106b497770ad2516690593d18a (diff) | |
download | freebsd-ports-gnome-9fed63e7f4496022c65317fa7f47cea0cea1bfdb.tar.gz freebsd-ports-gnome-9fed63e7f4496022c65317fa7f47cea0cea1bfdb.tar.zst freebsd-ports-gnome-9fed63e7f4496022c65317fa7f47cea0cea1bfdb.zip |
- PATCHDIR was hitch-hiking after recent MASTERDIR change, bring it back home.
This fixes configure.
Reported by: bento via kris
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/multisync-evolution/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/multisync-evolution/Makefile b/deskutils/multisync-evolution/Makefile index b8607f78e70f..e4a8f05bf716 100644 --- a/deskutils/multisync-evolution/Makefile +++ b/deskutils/multisync-evolution/Makefile @@ -13,6 +13,7 @@ RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync \ evolution:${PORTSDIR}/mail/evolution MD5_FILE= ${MASTERDIR}/distinfo +PATCHDIR= ${.CURDIR}/files WRKSRC= ${WRKDIR}/multisync-${PORTVERSION}/plugins/evolution_sync |