aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-change_ldappass-plugin
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-27 06:48:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-27 06:48:43 +0000
commit6b1a4caaa218b947c1693ba77e6d8ab204f22917 (patch)
treec3c72caeb1be0f53559dd07bae2f22fd8daab64b /mail/squirrelmail-change_ldappass-plugin
parente6364b0c856defc2824b5a2671fded375e1b8086 (diff)
downloadports-6b1a4caaa218b947c1693ba77e6d8ab204f22917.tar.gz
ports-6b1a4caaa218b947c1693ba77e6d8ab204f22917.zip
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
Notes
Notes: svn path=/head/; revision=321853
Diffstat (limited to 'mail/squirrelmail-change_ldappass-plugin')
-rw-r--r--mail/squirrelmail-change_ldappass-plugin/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/mail/squirrelmail-change_ldappass-plugin/Makefile b/mail/squirrelmail-change_ldappass-plugin/Makefile
index 9b5d7c14ceed..a8521c4e9d34 100644
--- a/mail/squirrelmail-change_ldappass-plugin/Makefile
+++ b/mail/squirrelmail-change_ldappass-plugin/Makefile
@@ -1,7 +1,4 @@
-# New ports collection makefile for: squirrelmail-change_ldappass-plugin
-# Date created: 3 Jul 2005
-# Whom: Alexander Wittig <alexander@wittig.name>
-#
+# Created by: Alexander Wittig <alexander@wittig.name>
# $FreeBSD$
PORTNAME= change_ldappass
@@ -18,6 +15,5 @@ LICENSE= GPLv2
USE_PHP+= ldap
USES= gettext
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/mail/squirrelmail/bsd.squirrelmail.mk"
-.include <bsd.port.post.mk>
+.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
+.include <bsd.port.mk>