diff options
author | pav <pav@FreeBSD.org> | 2004-03-18 18:46:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-18 18:46:10 +0800 |
commit | f56e9cfb6aa5ea27fdac3226e1a4363fce58aa6d (patch) | |
tree | 8f7f9fa19cec2ed1a04ccf6c4898b744ce753e5d /deskutils/multisync-backup/Makefile | |
parent | a3ac72838b5c4ea05f0d2c1c2e6175492f0e1974 (diff) | |
download | freebsd-ports-gnome-f56e9cfb6aa5ea27fdac3226e1a4363fce58aa6d.tar.gz freebsd-ports-gnome-f56e9cfb6aa5ea27fdac3226e1a4363fce58aa6d.tar.zst freebsd-ports-gnome-f56e9cfb6aa5ea27fdac3226e1a4363fce58aa6d.zip |
- Use MASTERDIR for including master port's Makefile
- Make Oliver happy
PR: ports/64393
Submitted by: eik
Diffstat (limited to 'deskutils/multisync-backup/Makefile')
-rw-r--r-- | deskutils/multisync-backup/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/multisync-backup/Makefile b/deskutils/multisync-backup/Makefile index ebb56314927f..bbc484c2864d 100644 --- a/deskutils/multisync-backup/Makefile +++ b/deskutils/multisync-backup/Makefile @@ -11,8 +11,10 @@ COMMENT= Multisync backup plugin RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync -MD5_FILE= ${.CURDIR}/../multisync/distinfo +MD5_FILE= ${MASTERDIR}/distinfo WRKSRC= ${WRKDIR}/multisync-${PORTVERSION}/plugins/backup_plugin -.include "${.CURDIR}/../multisync/Makefile" +MASTERDIR= ${.CURDIR}/../multisync + +.include "${MASTERDIR}/Makefile" |