diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /mail/imapsync/Makefile | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412348
Diffstat (limited to 'mail/imapsync/Makefile')
-rw-r--r-- | mail/imapsync/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/imapsync/Makefile b/mail/imapsync/Makefile index 53e42691b591..b926db33b68c 100644 --- a/mail/imapsync/Makefile +++ b/mail/imapsync/Makefile @@ -10,12 +10,12 @@ MASTER_SITES= https://codeload.github.com/imapsync/imapsync/tar.gz/imapsync-${PO MAINTAINER= pi@FreeBSD.org COMMENT= IMAP synchronization, copy or migration tool -RUN_DEPENDS= p5-Mail-IMAPClient>0:${PORTSDIR}/mail/p5-Mail-IMAPClient \ - p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey \ - p5-IO-Tee>0:${PORTSDIR}/devel/p5-IO-Tee \ - p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL \ - p5-Unicode-String>0:${PORTSDIR}/converters/p5-Unicode-String \ - p5-File-Copy-Recursive>0:${PORTSDIR}/devel/p5-File-Copy-Recursive +RUN_DEPENDS= p5-Mail-IMAPClient>0:mail/p5-Mail-IMAPClient \ + p5-Term-ReadKey>0:devel/p5-Term-ReadKey \ + p5-IO-Tee>0:devel/p5-IO-Tee \ + p5-IO-Socket-SSL>0:security/p5-IO-Socket-SSL \ + p5-Unicode-String>0:converters/p5-Unicode-String \ + p5-File-Copy-Recursive>0:devel/p5-File-Copy-Recursive WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION} |