From 6b1a4caaa218b947c1693ba77e6d8ab204f22917 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 27 Jun 2013 06:48:43 +0000 Subject: CATEGORIES is defined in bsd.squirrelmail.mk which is always loaded after .mk inclusion leading to PKGORIGIN not being set when needed. Nothing requires bsd.squirrelmail to be loaded after bsd.port.pre.mk but the PORTDIR. Convert "${PORTDIR}/mail" to ${.CURDIR}/.. and remove all the pre.mk/post.mk dancine Reported by: erwin --- mail/squirrelmail-login_auth-plugin/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mail/squirrelmail-login_auth-plugin') diff --git a/mail/squirrelmail-login_auth-plugin/Makefile b/mail/squirrelmail-login_auth-plugin/Makefile index 631198509ad0..c05d421893eb 100644 --- a/mail/squirrelmail-login_auth-plugin/Makefile +++ b/mail/squirrelmail-login_auth-plugin/Makefile @@ -13,6 +13,5 @@ COMMENT= Automatically log in user based on HTTP authentication SQUIRREL_PLUGIN_NAME= ${PORTNAME} -.include -.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk" -.include +.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" +.include -- cgit v1.2.3