aboutsummaryrefslogtreecommitdiff
path: root/mail/qmailadmin
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /mail/qmailadmin
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-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/qmailadmin')
-rw-r--r--mail/qmailadmin/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/mail/qmailadmin/Makefile b/mail/qmailadmin/Makefile
index 41f452098992..cb635d7ace5a 100644
--- a/mail/qmailadmin/Makefile
+++ b/mail/qmailadmin/Makefile
@@ -15,10 +15,10 @@ COMMENT= CGI program for administering Qmail with vchkpw/vpopmail
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
-BUILD_DEPENDS= autorespond:${PORTSDIR}/mail/autorespond \
- ${VPOPMAIL_DIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
-RUN_DEPENDS= autorespond:${PORTSDIR}/mail/autorespond \
- ${VPOPMAIL_DIR}/lib/libvpopmail.a:${PORTSDIR}/mail/vpopmail
+BUILD_DEPENDS= autorespond:mail/autorespond \
+ ${VPOPMAIL_DIR}/lib/libvpopmail.a:mail/vpopmail
+RUN_DEPENDS= autorespond:mail/autorespond \
+ ${VPOPMAIL_DIR}/lib/libvpopmail.a:mail/vpopmail
USES= autoreconf gmake qmail:vars
@@ -85,7 +85,7 @@ CONFIGURE_ARGS+= --enable-spam-command="${SPAM_COMMAND}"
.if ${PORT_OPTIONS:MCRACKLIB}
EXTRA_PATCHES+= ${FILESDIR}/cracklib.patch
-BUILD_DEPENDS+= ${LOCALBASE}/include/crack.h:${PORTSDIR}/security/cracklib
+BUILD_DEPENDS+= ${LOCALBASE}/include/crack.h:security/cracklib
CONFIGURE_ARGS+= --enable-cracklib=${LOCALBASE}/libdata/cracklib/pw_dict
CFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lcrack
@@ -131,11 +131,11 @@ PLIST_SUB+= CGIBINDIR="${CGIBINDIR}" CGIBINSUBDIR="${CGIBINSUBDIR}" \
# End of user-configurable variables
.if empty(PORT_OPTIONS:MIDX)
-BUILD_DEPENDS+= ezmlm-send:${PORTSDIR}/mail/ezmlm
-RUN_DEPENDS+= ezmlm-send:${PORTSDIR}/mail/ezmlm
+BUILD_DEPENDS+= ezmlm-send:mail/ezmlm
+RUN_DEPENDS+= ezmlm-send:mail/ezmlm
.else
-BUILD_DEPENDS+= ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx
-RUN_DEPENDS+= ezmlm-idx:${PORTSDIR}/mail/ezmlm-idx
+BUILD_DEPENDS+= ezmlm-idx:mail/ezmlm-idx
+RUN_DEPENDS+= ezmlm-idx:mail/ezmlm-idx
.endif
.include <bsd.port.mk>