diff options
author | adamw <adamw@FreeBSD.org> | 2013-12-09 02:59:35 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2013-12-09 02:59:35 +0800 |
commit | efae09a75e40b7650cf41636fa0e8699ef9ae31d (patch) | |
tree | bc716771127abae434b8aff46551e491a89f926c /mail/squirrelmail-notes-plugin | |
parent | 5a9f52b808240fff65ed9a1897f73b4291434bad (diff) | |
download | freebsd-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-notes-plugin')
-rw-r--r-- | mail/squirrelmail-notes-plugin/Makefile | 8 | ||||
-rw-r--r-- | mail/squirrelmail-notes-plugin/files/pkg-message.in | 5 |
2 files changed, 1 insertions, 12 deletions
diff --git a/mail/squirrelmail-notes-plugin/Makefile b/mail/squirrelmail-notes-plugin/Makefile index 8a83bd989e7b..4eda975e9366 100644 --- a/mail/squirrelmail-notes-plugin/Makefile +++ b/mail/squirrelmail-notes-plugin/Makefile @@ -4,19 +4,13 @@ PORTNAME= notes PORTVERSION= 1.2 PORTREVISION= 1 -CATEGORIES= mail www -MASTER_SITES= http://www.squirrelmail.org/plugins/ -PKGNAMEPREFIX= squirrelmail- -PKGNAMESUFFIX= -plugin DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.0 -DIST_SUBDIR= squirrelmail MAINTAINER= ports@FreeBSD.org COMMENT= Allows you to create notes -USES= perl5 -USE_PERL5= install USE_SM_COMPAT= yes +USE_GENERIC_PKGMESSAGE= yes NO_STAGE= yes diff --git a/mail/squirrelmail-notes-plugin/files/pkg-message.in b/mail/squirrelmail-notes-plugin/files/pkg-message.in deleted file mode 100644 index 651dbb4c1c81..000000000000 --- a/mail/squirrelmail-notes-plugin/files/pkg-message.in +++ /dev/null @@ -1,5 +0,0 @@ -For the port to work properly you must copy the file -%%SQUIRRELDIR%%/plugins/notes/config.php.sample -to -%%SQUIRRELDIR%%/plugins/notes/config.php -and edit the configuration to meet your needs. |