aboutsummaryrefslogtreecommitdiffstats
path: root/mail/squirrelmail-pupdate-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-pupdate-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-pupdate-plugin')
-rw-r--r--mail/squirrelmail-pupdate-plugin/Makefile7
-rw-r--r--mail/squirrelmail-pupdate-plugin/files/pkg-message.in5
2 files changed, 5 insertions, 7 deletions
diff --git a/mail/squirrelmail-pupdate-plugin/Makefile b/mail/squirrelmail-pupdate-plugin/Makefile
index 6c1c7c10a6bf..151a74fddf47 100644
--- a/mail/squirrelmail-pupdate-plugin/Makefile
+++ b/mail/squirrelmail-pupdate-plugin/Makefile
@@ -5,13 +5,16 @@ PORTNAME= pupdate
PORTVERSION= 0.7
PORTREVISION= 2
DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.2
-DIST_SUBDIR= squirrelmail
MAINTAINER= ports@FreeBSD.org
COMMENT= Checks for plugin updates by parsing the SM site
LICENSE= GPLv2
+USE_GENERIC_PKGMESSAGE= yes
+
NO_STAGE= yes
+
+.include <bsd.port.pre.mk>
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/mail/squirrelmail-pupdate-plugin/files/pkg-message.in b/mail/squirrelmail-pupdate-plugin/files/pkg-message.in
deleted file mode 100644
index a1274c89c101..000000000000
--- a/mail/squirrelmail-pupdate-plugin/files/pkg-message.in
+++ /dev/null
@@ -1,5 +0,0 @@
-For the port to work properly you must copy the file
-%%PREFIX%%/%%SQUIRRELDIR%%/plugins/pupdate/config.php.sample
-to
-%%PREFIX%%/%%SQUIRRELDIR%%/plugins/pupdate/config.php
-and edit the configuration to meet your needs.