diff options
author | matthew <matthew@FreeBSD.org> | 2013-12-09 06:38:52 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2013-12-09 06:38:52 +0800 |
commit | dc590626708d17cb6cb6c77091530ce97e51ca4f (patch) | |
tree | e40af42880ba18d7a3f8182977ac3694849fcd35 /databases/phpmyadmin | |
parent | 575f56f88b2d47226f152880f58630ef750eeb13 (diff) | |
download | freebsd-ports-gnome-dc590626708d17cb6cb6c77091530ce97e51ca4f.tar.gz freebsd-ports-gnome-dc590626708d17cb6cb6c77091530ce97e51ca4f.tar.zst freebsd-ports-gnome-dc590626708d17cb6cb6c77091530ce97e51ca4f.zip |
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}
Diffstat (limited to 'databases/phpmyadmin')
-rw-r--r-- | databases/phpmyadmin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index 24e5d3dc9624..76803388ded3 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -10,6 +10,7 @@ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages MAINTAINER= matthew@FreeBSD.org COMMENT= A set of PHP-scripts to manage MySQL over the web +NO_ARCH= yes LICENSE= GPLv2 USE_XZ= yes |