aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-13 01:00:10 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-03-13 01:00:10 +0800
commit7b6a0d56ea52c1cb94efbbf67dfac3235dd4e448 (patch)
tree1af773692888049cfc511b7a7f27f822a42d293b /net-im
parent86bdefad265e637b375297556af308e7a9901e2b (diff)
downloadfreebsd-ports-7b6a0d56ea52c1cb94efbbf67dfac3235dd4e448.tar.gz
freebsd-ports-7b6a0d56ea52c1cb94efbbf67dfac3235dd4e448.tar.zst
freebsd-ports-7b6a0d56ea52c1cb94efbbf67dfac3235dd4e448.zip
- Fix LICENSE
- Add LICENSE_FILE - Limit python version - Fix shebangs properly - Unsilence installation Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=464260
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>