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-pupdate-plugin | |
parent | e6364b0c856defc2824b5a2671fded375e1b8086 (diff) | |
download | ports-6b1a4caaa218b947c1693ba77e6d8ab204f22917.tar.gz ports-6b1a4caaa218b947c1693ba77e6d8ab204f22917.zip |
Notes
Diffstat (limited to 'mail/squirrelmail-pupdate-plugin')
-rw-r--r-- | mail/squirrelmail-pupdate-plugin/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/mail/squirrelmail-pupdate-plugin/Makefile b/mail/squirrelmail-pupdate-plugin/Makefile index 60c4fb113fc5..40251a562a15 100644 --- a/mail/squirrelmail-pupdate-plugin/Makefile +++ b/mail/squirrelmail-pupdate-plugin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: squirrelmail-pupdate-plugin -# Date created: 2006-06-27 -# Whom: Thomas Abthorpe <thomas@goodking.ca> -# +# Created by: Thomas Abthorpe <thomas@goodking.ca> # $FreeBSD$ -# PORTNAME= pupdate PORTVERSION= 0.7 @@ -16,6 +12,5 @@ COMMENT= Checks for plugin updates by parsing the SM site LICENSE= GPLv2 -.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> |