diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:08:37 +0000 |
commit | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch) | |
tree | 23607acdfffe977946d3c7bb877bab60e64640e7 /japanese/mailman | |
parent | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (diff) | |
download | ports-a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2.tar.gz ports-a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2.zip |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412347
Diffstat (limited to 'japanese/mailman')
-rw-r--r-- | japanese/mailman/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/mailman/Makefile b/japanese/mailman/Makefile index b5809175eeb4..b81ce751b296 100644 --- a/japanese/mailman/Makefile +++ b/japanese/mailman/Makefile @@ -89,8 +89,8 @@ MAIL_GID?= mail .endif .if ${PORT_OPTIONS:MPOSTFIX} -RUN_DEPENDS+= ${LOCALBASE}/sbin/postconf:${PORTSDIR}/mail/postfix -BUILD_DEPENDS+= ${LOCALBASE}/sbin/postconf:${PORTSDIR}/mail/postfix +RUN_DEPENDS+= ${LOCALBASE}/sbin/postconf:mail/postfix +BUILD_DEPENDS+= ${LOCALBASE}/sbin/postconf:mail/postfix MAIL_GID?= mailman EXTRA_PATCHES+= ${FILESDIR}/postfix-verp.diff .endif @@ -100,7 +100,7 @@ MAIL_GID?= courier .endif .if ${PORT_OPTIONS:MNAMAZU2} -RUN_DEPENDS+= mknmz:${PORTSDIR}/japanese/namazu2 +RUN_DEPENDS+= mknmz:japanese/namazu2 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Mailman-Cgi-private.py .endif |