diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-04 22:28:11 +0800 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-04 22:28:11 +0800 |
commit | 30d39141375fb8b877da76cdeba10cac94f0c950 (patch) | |
tree | 2de93eada8cff9afa79ef4b87133484add6ee805 /irc/p5-AnyEvent-IRC/Makefile | |
parent | 38ee18d55a5a5d90ac5054da86392a4472fdc637 (diff) | |
download | freebsd-ports-gnome-30d39141375fb8b877da76cdeba10cac94f0c950.tar.gz freebsd-ports-gnome-30d39141375fb8b877da76cdeba10cac94f0c950.tar.zst freebsd-ports-gnome-30d39141375fb8b877da76cdeba10cac94f0c950.zip |
Support STAGEDIR.
Diffstat (limited to 'irc/p5-AnyEvent-IRC/Makefile')
-rw-r--r-- | irc/p5-AnyEvent-IRC/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/irc/p5-AnyEvent-IRC/Makefile b/irc/p5-AnyEvent-IRC/Makefile index cc2fa620b80d..6ada7836a4e5 100644 --- a/irc/p5-AnyEvent-IRC/Makefile +++ b/irc/p5-AnyEvent-IRC/Makefile @@ -17,10 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= AnyEvent::IRC::Client.3 \ - AnyEvent::IRC::Connection.3 \ - AnyEvent::IRC.3 \ - AnyEvent::IRC::Util.3 - -NO_STAGE= yes .include <bsd.port.mk> |