aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-03-13 01:00:10 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-03-13 01:00:10 +0800
commitd61d59e0f1970f10cc16f518b7e0894c16e6fda2 (patch)
tree1af773692888049cfc511b7a7f27f822a42d293b /net-im
parent6618e5955fcc646749e9ddd791f73f84d8b070b7 (diff)
downloadfreebsd-ports-gnome-d61d59e0f1970f10cc16f518b7e0894c16e6fda2.tar.gz
freebsd-ports-gnome-d61d59e0f1970f10cc16f518b7e0894c16e6fda2.tar.zst
freebsd-ports-gnome-d61d59e0f1970f10cc16f518b7e0894c16e6fda2.zip
- Fix LICENSE
- Add LICENSE_FILE - Limit python version - Fix shebangs properly - Unsilence installation Approved by: portmgr blanket
Diffstat (limited to 'net-im')
-rw-r--r--net-im/centerim-devel/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/net-im/centerim-devel/Makefile b/net-im/centerim-devel/Makefile
index d25e22cb861b..29e71591b30d 100644
--- a/net-im/centerim-devel/Makefile
+++ b/net-im/centerim-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= centerim
PORTVERSION= 4.22.10.11
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net-im
MASTER_SITES= http://www.centerim.org/download/mobshots/ \
ftp://ftp.centerim.org/mobshots/
@@ -12,18 +12,19 @@ PKGNAMESUFFIX= -devel
MAINTAINER= frank@altpeter.de
COMMENT= Text mode menu- and window-driven IM interface
-LICENSE= GPLv2
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcurl.so:ftp/curl
-USES= iconv gmake ncurses perl5 pkgconfig python:run shebangfix ssl
+USES= iconv gmake ncurses perl5 pkgconfig python:2.7,run shebangfix ssl
USE_PERL5= run
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ssl --with-openssl
CPPFLAGS+= -I${LOCALBASE}/include
CONFLICTS= centericq-[0-9]* centerim-[0-9]*
-SHEBANG_FILES= misc/cimformathistory misc/cimextracthistory.pl
+SHEBANG_FILES= misc/cimformathistory misc/cimextracthistory.pl misc/CenterIMLog2HTML.py
SHEBANG_LANG= gawk
gawk_OLD_CMD= /bin/gawk
gawk_CMD= /usr/bin/awk
@@ -69,6 +70,6 @@ post-patch:
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
- @(cd ${WRKSRC} ; ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/)
+ (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/)
.include <bsd.port.mk>