diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2013-12-08 22:38:52 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2013-12-08 22:38:52 +0000 |
commit | 08f342435d49d94edb5d5780db619af89e7f3038 (patch) | |
tree | e40af42880ba18d7a3f8182977ac3694849fcd35 /www/rt42 | |
parent | 8c574fc8e99bf7925d457cd82c1b398343d36dfb (diff) |
Mark all my architecture independent ports using shell/perl/PHP as
NO_ARCH=yes
While here, fix a few other niggles:
net/phpldapadmin -- remove indefinite article from COMMENT
www/p5-RT* -- fix comments referencing the different versions of RT
x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the
install targets; rework the handling of ${FONTPATH}
Notes
Notes:
svn path=/head/; revision=335945
Diffstat (limited to 'www/rt42')
-rw-r--r-- | www/rt42/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/rt42/Makefile b/www/rt42/Makefile index 8a340066e28f..c8e6866b9022 100644 --- a/www/rt42/Makefile +++ b/www/rt42/Makefile @@ -12,13 +12,15 @@ COMMENT= RT is an industrial-grade ticketing system written in Perl CONFLICTS= rt-3.8* rt40-4.0* brlcad-[0-9]* +NO_ARCH= yes + # See doc/web_deployment.pod for info on the choices of webserver / # webapp combinations. Note: if using apache, apache-2.2+ is # recommended. For deployment with nginx, use the SPAWN_FCGI method # or the builtin webserver with a FCGI handler. # # The builtin standalone PSGI based webserver is always available, no -# mater what choice of web deployment platform, or none, that you +# matter what choice of web deployment platform, or none, that you # make. Best Practical state that this is really only suitable for # development usage, although I have heard reports of people using it # successfully for medium sized deployments. If you only want the |