diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-05 20:22:19 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-05 20:22:19 +0000 |
commit | ebb8e2580d3e530270d1fcf4bac6444dd2a3fb8b (patch) | |
tree | 53f608b96dc5e92b253b352b39868452431f1b3b | |
parent | 67a6ff16dbd0227672b9e730e851edd9e0ef00a6 (diff) | |
download | freebsd-ports-ebb8e2580d3e530270d1fcf4bac6444dd2a3fb8b.zip |
Do not include bsd.port.pre.mk twice
-rw-r--r-- | mail/squirrelmail-change_ldappass-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/squirrelmail-change_ldappass-plugin/Makefile b/mail/squirrelmail-change_ldappass-plugin/Makefile index 07ad73b8b47e..5f7a99879db0 100644 --- a/mail/squirrelmail-change_ldappass-plugin/Makefile +++ b/mail/squirrelmail-change_ldappass-plugin/Makefile @@ -19,4 +19,4 @@ USE_GENERIC_PKGMESSAGE= yes .include <bsd.port.pre.mk> .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |