- Use MASTERDIR for including master port's Makefile

- Make Oliver happy

PR:		ports/64393
Submitted by:	eik
This commit is contained in:
Pav Lucistnik 2004-03-18 10:46:10 +00:00
parent a9def06e54
commit a60055728e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104424
3 changed files with 12 additions and 6 deletions

View file

@ -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"

View file

@ -12,8 +12,10 @@ COMMENT= Evolution synchronization plugin for Multisync
RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync \
evolution:${PORTSDIR}/mail/evolution
MD5_FILE= ${.CURDIR}/../multisync/distinfo
MD5_FILE= ${MASTERDIR}/distinfo
WRKSRC= ${WRKDIR}/multisync-${PORTVERSION}/plugins/evolution_sync
.include "${.CURDIR}/../multisync/Makefile"
MASTERDIR= ${.CURDIR}/../multisync
.include "${MASTERDIR}/Makefile"

View file

@ -11,8 +11,10 @@ COMMENT= Multisync plugin for SyncML targets
RUN_DEPENDS= multisync:${PORTSDIR}/deskutils/multisync
MD5_FILE= ${.CURDIR}/../multisync/distinfo
MD5_FILE= ${MASTERDIR}/distinfo
WRKSRC= ${WRKDIR}/multisync-${PORTVERSION}/plugins/syncml_plugin
.include "${.CURDIR}/../multisync/Makefile"
MASTERDIR= ${.CURDIR}/../multisync
.include "${MASTERDIR}/Makefile"