diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2013-12-08 18:59:35 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2013-12-08 18:59:35 +0000 |
commit | 6ad04afc409a856c97a021b0172cf4c185d7e1aa (patch) | |
tree | bc716771127abae434b8aff46551e491a89f926c /mail/squirrelmail-login_auth-plugin | |
parent | e8ca1d40300ec507fccd0d7dd7f4e8d50b2562d2 (diff) | |
download | ports-6ad04afc409a856c97a021b0172cf4c185d7e1aa.tar.gz ports-6ad04afc409a856c97a021b0172cf4c185d7e1aa.zip |
Notes
Diffstat (limited to 'mail/squirrelmail-login_auth-plugin')
-rw-r--r-- | mail/squirrelmail-login_auth-plugin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/squirrelmail-login_auth-plugin/Makefile b/mail/squirrelmail-login_auth-plugin/Makefile index e4695255ebbb..ac246f84cf44 100644 --- a/mail/squirrelmail-login_auth-plugin/Makefile +++ b/mail/squirrelmail-login_auth-plugin/Makefile @@ -6,7 +6,6 @@ PORTVERSION= 3.0 MASTER_SITES= http://www.squirrelmail.org/plugins/ \ http://www.transit.hanse.de/mirror/www.squirrelmail.org/plugins/ DISTNAME= ${PORTNAME}-${PORTVERSION}-1.4.0 -DIST_SUBDIR= squirrelmail MAINTAINER= stb@lassitu.de COMMENT= Automatically log in user based on HTTP authentication @@ -14,5 +13,7 @@ COMMENT= Automatically log in user based on HTTP authentication SQUIRREL_PLUGIN_NAME= ${PORTNAME} NO_STAGE= yes + +.include <bsd.port.pre.mk> .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |