mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
- Use MASTERDIR for including master port's Makefile
- Make Oliver happy PR: ports/64393 Submitted by: eik
This commit is contained in:
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
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue