diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-11-10 19:23:06 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2009-11-10 19:23:06 +0000 |
commit | f7f3f5b9426f29f0be7c2bb3bbb7efd8400f5447 (patch) | |
tree | d3605f6018a51b7af036b9055d82b33aca2d0325 /mail/squirrelmail-login_notes-plugin | |
parent | a7516b3fb7e62904f5734ba8721310a7e9ed8eb0 (diff) |
Notes
Diffstat (limited to 'mail/squirrelmail-login_notes-plugin')
-rw-r--r-- | mail/squirrelmail-login_notes-plugin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/squirrelmail-login_notes-plugin/Makefile b/mail/squirrelmail-login_notes-plugin/Makefile index e9c1a8eb0b57..159b8f1b317c 100644 --- a/mail/squirrelmail-login_notes-plugin/Makefile +++ b/mail/squirrelmail-login_notes-plugin/Makefile @@ -13,11 +13,13 @@ PKGNAMESUFFIX= -plugin DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.4.0 DIST_SUBDIR= squirrelmail -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tabthorpe@FreeBSD.org COMMENT= Place notes on the login screen RUN_DEPENDS= ${SQUIRRELDIR}/plugins/compatibility:${PORTSDIR}/mail/squirrelmail-compatibility-plugin +USE_PERL5_RUN= yes + SUB_FILES= pkg-message .include <bsd.port.pre.mk> |