diff options
author | az <az@FreeBSD.org> | 2013-09-17 01:03:42 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-17 01:03:42 +0800 |
commit | 07673ea56e79850a055955863f379793fb272d54 (patch) | |
tree | 9b94453d2ae9c02c16c1562358f70fdbdeba9e53 /irc/bitchx | |
parent | e727b45488cd2ddb6cec7ed27719fb23fb0b606a (diff) | |
download | freebsd-ports-gnome-07673ea56e79850a055955863f379793fb272d54.tar.gz freebsd-ports-gnome-07673ea56e79850a055955863f379793fb272d54.tar.zst freebsd-ports-gnome-07673ea56e79850a055955863f379793fb272d54.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'irc/bitchx')
-rw-r--r-- | irc/bitchx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 922204d91720..ff76e74e2b59 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -12,9 +12,9 @@ MAINTAINER?= dan.mashal@gmail.com COMMENT?= Feature-rich scriptable IRC client WRKSRC= ${WRKDIR}/${DISTNAME:C,-final$,,} -USE_PERL5= yes + +USES= gmake perl5 GNU_CONFIGURE= yes -USE_GMAKE= yes CONFIGURE_ARGS+=--exec-prefix="${PREFIX}/share" \ --bindir="${PREFIX}/bin" \ --datadir="${PREFIX}/share" \ |