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 /misc | |
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 'misc')
-rw-r--r-- | misc/p5-Business-Hours/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/p5-Business-Hours/Makefile b/misc/p5-Business-Hours/Makefile index 3b7f3f1db8be..208c95743646 100644 --- a/misc/p5-Business-Hours/Makefile +++ b/misc/p5-Business-Hours/Makefile @@ -15,6 +15,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Pod>-1.0:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>0:${PORTSDIR}/devel/p5-Test-Pod-Coverage +NO_ARCH= yes + USES+= perl5 USE_PERL5= configure |