diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-09-23 00:09:00 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-09-23 00:09:00 +0800 |
commit | 005028e1640b377213450724a0e59fd3a1519699 (patch) | |
tree | f495a3632bca176925792adf93f378dee0cce7ab /irc | |
parent | 546d9748050397562a4d8b3c2143b49c5a1efb59 (diff) | |
download | freebsd-ports-gnome-005028e1640b377213450724a0e59fd3a1519699.tar.gz freebsd-ports-gnome-005028e1640b377213450724a0e59fd3a1519699.tar.zst freebsd-ports-gnome-005028e1640b377213450724a0e59fd3a1519699.zip |
Clean up Makefile.
Approved by: maintainer (on IRC)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bitchx/Makefile | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 4f4cd07c304e..11cc9d5aa7c9 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: BitchX -# Date created: 26 Jan 1998 -# Whom: Jimbo Bahooli <griffin@blackhole.iceworld.org> -# +# Created by: Jimbo Bahooli <griffin@blackhole.iceworld.org> # $FreeBSD$ -# PORTNAME= BitchX PORTVERSION= 1.2 @@ -19,14 +15,9 @@ GH_PROJECT= ${PORTNAME}1.2 GH_TAGNAME= master GH_COMMIT= a22b86f -USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --exec-prefix="${PREFIX}/share" \ - --bindir="${PREFIX}/bin" \ - --datadir="${PREFIX}/share" \ - --libdir="${PREFIX}/share" -CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ARGS= --libdir="${PREFIX}/share" USE_GMAKE= yes USE_PERL5= yes WANT_GNOME= yes @@ -39,7 +30,7 @@ OPTIONS_DEFINE= ESOUND GNOME IPV6 LATIN PLUGINS SSL XMMS GNOME_DESC= Legacy GTK/GNOME frontend LATIN_DESC= Recommended for ISO-8859-1 display -PLUGINS_DESC= Build handful of BitchX plugins +PLUGINS_DESC= Build a handful of BitchX plugins XMMS_DESC= Build XMMS plugin OPTIONS_DEFAULT= IPV6 PLUGINS SSL @@ -95,7 +86,7 @@ CONFIGURE_ARGS+= --with-plugins="${PLUGINS:C/\$$/,/g}" CONFIGURE_ARGS+= --without-plugins .endif -pre-patch: +post-patch: .if ${PORT_OPTIONS:MLATIN} ${REINPLACE_CMD} -e 's|#undef LATIN1|#define LATIN1|' \ ${WRKSRC}/include/config.h |