diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-27 06:48:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-27 06:48:43 +0000 |
commit | 6b1a4caaa218b947c1693ba77e6d8ab204f22917 (patch) | |
tree | c3c72caeb1be0f53559dd07bae2f22fd8daab64b /mail/squirrelmail-askuserinfo-plugin | |
parent | e6364b0c856defc2824b5a2671fded375e1b8086 (diff) |
Notes
Diffstat (limited to 'mail/squirrelmail-askuserinfo-plugin')
-rw-r--r-- | mail/squirrelmail-askuserinfo-plugin/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/mail/squirrelmail-askuserinfo-plugin/Makefile b/mail/squirrelmail-askuserinfo-plugin/Makefile index d0c4401b032f..f2d7dcf4ddc4 100644 --- a/mail/squirrelmail-askuserinfo-plugin/Makefile +++ b/mail/squirrelmail-askuserinfo-plugin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: squirrelmail-askuserinfo-plugin -# Date created: 2010-05-25 -# Whom: Thomas Abthorpe <tabthorpe@FreeBSD.org> -# +# Created by: Thomas Abthorpe <tabthorpe@FreeBSD.org> # $FreeBSD$ -# PORTNAME= askuserinfo PORTVERSION= 1.1 @@ -13,6 +9,5 @@ DIST_SUBDIR= squirrelmail MAINTAINER= tabthorpe@FreeBSD.org COMMENT= Ask user to enter Full name and Email address at initial logon -.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> |