1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/deskutils/ljclive/Makefile
Jimmy Olgeni 76c7f8fbe6 Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.

CR:		D196
Approved by:	portmgr (bapt)
2014-06-10 07:39:01 +00:00

25 lines
480 B
Makefile

# Created by: johans
# $FreeBSD$
PORTNAME= ljclive
PORTVERSION= 0.4.10
PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}
DISTNAME= clive-${PORTVERSION}
MAINTAINER= johans@FreeBSD.org
COMMENT= Command line client for posting LiveJournal entries
USES= iconv
GNU_CONFIGURE= yes
CONFLICTS= *clive-[1-9]*
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} 's/iconv "iconv/"iconv/' ${WRKSRC}/configure
.include <bsd.port.post.mk>