diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2009-11-11 03:23:06 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2009-11-11 03:23:06 +0800 |
commit | 996646ca3a081d84f7d399275b6f255507e912d8 (patch) | |
tree | 7abd9a43c4e650b5841595c4e85bfea4a3f77d7c /mail/squirrelmail-spam-buttons-plugin | |
parent | 679b94ae2a2258c91d54037fc52d3de93b2ce02b (diff) | |
download | freebsd-ports-gnome-996646ca3a081d84f7d399275b6f255507e912d8.tar.gz freebsd-ports-gnome-996646ca3a081d84f7d399275b6f255507e912d8.tar.zst freebsd-ports-gnome-996646ca3a081d84f7d399275b6f255507e912d8.zip |
- Use USE_PERL5_RUN instead of USE_PERL5_BUILD
- Move perl dependency before <bsd.port.pre.mk>
- Adopt mail/squirrelmail-login_notes-plugin while I am here
- There is no bump as the same functionality is maintained
Requested by: linimon
Approved by: portmgr (linimon)
Diffstat (limited to 'mail/squirrelmail-spam-buttons-plugin')
-rw-r--r-- | mail/squirrelmail-spam-buttons-plugin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/squirrelmail-spam-buttons-plugin/Makefile b/mail/squirrelmail-spam-buttons-plugin/Makefile index 504aabdb39cb..ba9212dd35aa 100644 --- a/mail/squirrelmail-spam-buttons-plugin/Makefile +++ b/mail/squirrelmail-spam-buttons-plugin/Makefile @@ -14,6 +14,7 @@ MAINTAINER= itetcu@FreeBSD.org COMMENT= Provides buttons with customizable action (for reporting spam, etc.) USE_SM_COMPAT= yes +USE_PERL5_RUN= yes SQUIRREL_PLUGIN_NAME= ${PORTNAME:S/-/_/} |