diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-06 04:22:19 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-06 04:22:19 +0800 |
commit | ed876bc52373277357e34d0b453d593647f6dd10 (patch) | |
tree | 53f608b96dc5e92b253b352b39868452431f1b3b /mail | |
parent | b66e5da968604a842c9dfebf82248f746f3b3690 (diff) | |
download | freebsd-ports-gnome-ed876bc52373277357e34d0b453d593647f6dd10.tar.gz freebsd-ports-gnome-ed876bc52373277357e34d0b453d593647f6dd10.tar.zst freebsd-ports-gnome-ed876bc52373277357e34d0b453d593647f6dd10.zip |
Do not include bsd.port.pre.mk twice
Diffstat (limited to 'mail')
-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> |