svn commit: r341271 - head/net-im/climm

Antoine Brodin antoine at FreeBSD.org
Sun Jan 26 20:09:04 UTC 2014


Author: antoine
Date: Sun Jan 26 20:09:03 2014
New Revision: 341271
URL: http://svnweb.freebsd.org/changeset/ports/341271
QAT: https://qat.redports.org/buildarchive/r341271/

Log:
  Finish stage support

Modified:
  head/net-im/climm/Makefile
  head/net-im/climm/pkg-plist

Modified: head/net-im/climm/Makefile
==============================================================================
--- head/net-im/climm/Makefile	Sun Jan 26 20:07:33 2014	(r341270)
+++ head/net-im/climm/Makefile	Sun Jan 26 20:09:03 2014	(r341271)
@@ -3,7 +3,7 @@
 
 PORTNAME=	climm
 PORTVERSION=	0.7.1
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	net-im
 MASTER_SITES=	http://www.climm.org/source/ \
 		http://http.bg.climm.org/source/
@@ -16,10 +16,6 @@ USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-MAN1=		climm.1
-MAN5=		climmrc.5
-MAN7=		climmcmds.7
-
 OPTIONS_DEFINE=	ICONV P2P TCL OTR REMOTE XMPP
 OPTIONS_DEFAULT=ICONV P2P TCL OTR REMOTE
 P2P_DESC=	Enable Peer2peer connection support

Modified: head/net-im/climm/pkg-plist
==============================================================================
--- head/net-im/climm/pkg-plist	Sun Jan 26 20:07:33 2014	(r341270)
+++ head/net-im/climm/pkg-plist	Sun Jan 26 20:09:03 2014	(r341271)
@@ -1,4 +1,7 @@
 bin/climm
+man/man1/climm.1.gz
+man/man5/climmrc.5.gz
+man/man7/climmcmds.7.gz
 %%PORTDOCS%%%%DOCSDIR%%/README.i18n
 %%PORTDOCS%%%%DOCSDIR%%/README.logformat
 %%PORTDOCS%%%%DOCSDIR%%/icq091.txt


More information about the svn-ports-all mailing list