diff options
author | matthew <matthew@FreeBSD.org> | 2013-09-27 16:29:51 +0800 |
---|---|---|
committer | matthew <matthew@FreeBSD.org> | 2013-09-27 16:29:51 +0800 |
commit | 2f208d78cc9a4d68b3d3dd51f4c76b47a775f51b (patch) | |
tree | d5dfe65960b31eb5bbd0dfa8c95b47a9f555beea /misc | |
parent | 3fc7001ad8e8299b5631f3bdf1360bfe76f80f45 (diff) | |
download | freebsd-ports-gnome-2f208d78cc9a4d68b3d3dd51f4c76b47a775f51b.tar.gz freebsd-ports-gnome-2f208d78cc9a4d68b3d3dd51f4c76b47a775f51b.tar.zst freebsd-ports-gnome-2f208d78cc9a4d68b3d3dd51f4c76b47a775f51b.zip |
Remove now useless MAN3 line, missed in previous commit
Reported by: az
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Business-Hours/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/p5-Business-Hours/Makefile b/misc/p5-Business-Hours/Makefile index f510ad23166f..3b7f3f1db8be 100644 --- a/misc/p5-Business-Hours/Makefile +++ b/misc/p5-Business-Hours/Makefile @@ -18,6 +18,4 @@ TEST_DEPENDS= p5-Test-Pod>-1.0:${PORTSDIR}/devel/p5-Test-Pod \ USES+= perl5 USE_PERL5= configure -MAN3= Business::Hours.3 - .include <bsd.port.mk> |