diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/p5-RT-Authen-ExternalAuth | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412351
Diffstat (limited to 'www/p5-RT-Authen-ExternalAuth')
-rw-r--r-- | www/p5-RT-Authen-ExternalAuth/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-RT-Authen-ExternalAuth/Makefile b/www/p5-RT-Authen-ExternalAuth/Makefile index 43e1f75b7f4f..f2cc8d1fa149 100644 --- a/www/p5-RT-Authen-ExternalAuth/Makefile +++ b/www/p5-RT-Authen-ExternalAuth/Makefile @@ -13,9 +13,9 @@ COMMENT= RT extension to authenticate users against an external source LICENSE= GPLv2 -BUILD_DEPENDS= p5-perl-ldap>0:${PORTSDIR}/net/p5-perl-ldap \ - p5-DBI>0:${PORTSDIR}/databases/p5-DBI \ - p5-Net-SSLeay>0:${PORTSDIR}/security/p5-Net-SSLeay +BUILD_DEPENDS= p5-perl-ldap>0:net/p5-perl-ldap \ + p5-DBI>0:databases/p5-DBI \ + p5-Net-SSLeay>0:security/p5-Net-SSLeay RUN_DEPENDS:= ${BUILD_DEPENDS} NO_ARCH= yes @@ -40,8 +40,8 @@ RT_VER= ${opt} ### Temporary for debugging #WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/work${RT_VER} -BUILD_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER} -RUN_DEPENDS+= ${LOCALBASE}/bin/rt:${PORTSDIR}/www/rt${RT_VER} +BUILD_DEPENDS+= ${LOCALBASE}/bin/rt:www/rt${RT_VER} +RUN_DEPENDS+= ${LOCALBASE}/bin/rt:www/rt${RT_VER} MAN3PREFIX= ${PREFIX} |