aboutsummaryrefslogtreecommitdiffstats
path: root/mail/squirrelmail-calendar_file_backend-plugin
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2013-12-09 02:59:35 +0800
committeradamw <adamw@FreeBSD.org>2013-12-09 02:59:35 +0800
commitefae09a75e40b7650cf41636fa0e8699ef9ae31d (patch)
treebc716771127abae434b8aff46551e491a89f926c /mail/squirrelmail-calendar_file_backend-plugin
parent5a9f52b808240fff65ed9a1897f73b4291434bad (diff)
downloadfreebsd-ports-gnome-efae09a75e40b7650cf41636fa0e8699ef9ae31d.tar.gz
freebsd-ports-gnome-efae09a75e40b7650cf41636fa0e8699ef9ae31d.tar.zst
freebsd-ports-gnome-efae09a75e40b7650cf41636fa0e8699ef9ae31d.zip
Create a generic PKGMESSAGE, and use it where appropriate.
Make sure that bsd.port.pre.mk is included before bsd.squirrelmail.mk. For ports with maintainers, I haven't switched you to the new PKGMESSAGE, but I have corrected paths in pkg-message.in where necessary. I also got a little over-zealous in cleaning redundant definitions from the headers. Apologies in advance if this rubs you the wrong way.
Diffstat (limited to 'mail/squirrelmail-calendar_file_backend-plugin')
-rw-r--r--mail/squirrelmail-calendar_file_backend-plugin/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/squirrelmail-calendar_file_backend-plugin/Makefile b/mail/squirrelmail-calendar_file_backend-plugin/Makefile
index 67548d31b4b4..88171c00ebb0 100644
--- a/mail/squirrelmail-calendar_file_backend-plugin/Makefile
+++ b/mail/squirrelmail-calendar_file_backend-plugin/Makefile
@@ -2,16 +2,15 @@
# $FreeBSD$
PORTNAME= calendar_file_backend
-PORTVERSION= 1.0
+PORTVERSION= 1.0
PORTREVISION= 1
DISTNAME= ${PORTNAME}-${PORTVERSION}-2.0
-DIST_SUBDIR= squirrelmail
MAINTAINER= ports@FreeBSD.org
COMMENT= File backend for SquirrelMail Calendar plugin
-SQUIRREL_PLUGIN_NAME= ${PORTNAME}
+NO_STAGE= yes
-NO_STAGE= yes
+.include <bsd.port.pre.mk>
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>