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 /net | |
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 'net')
-rw-r--r-- | net/phpldapadmin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/phpldapadmin/Makefile b/net/phpldapadmin/Makefile index 633273bd7d63..c68b94becc62 100644 --- a/net/phpldapadmin/Makefile +++ b/net/phpldapadmin/Makefile @@ -9,10 +9,11 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-php5/${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= matthew@FreeBSD.org -COMMENT= A set of PHP-scripts to administer LDAP over the web +COMMENT= PHP application to administer LDAP over the web LICENSE= GPLv2 +NO_ARCH= yes NO_BUILD= yes USE_PHP= gettext ldap openssl pcre session xml iconv hash DEFAULT_PHP_VER= 5 |