diff options
author | Johan van Selst <johans@FreeBSD.org> | 2009-03-11 20:40:05 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2009-03-11 20:40:05 +0000 |
commit | 6aa23a32ff099085815140760c40e03565e40040 (patch) | |
tree | bb49d9f043edaf78117c9b9e7f7227e299d990b5 /deskutils/ljclive | |
parent | 93e803637e02aba3d058e72491d2e4aadc96878c (diff) | |
download | ports-6aa23a32ff099085815140760c40e03565e40040.tar.gz ports-6aa23a32ff099085815140760c40e03565e40040.zip |
Notes
Diffstat (limited to 'deskutils/ljclive')
-rw-r--r-- | deskutils/ljclive/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/deskutils/ljclive/Makefile b/deskutils/ljclive/Makefile index 13ec7e5aab76..2f8d7db6e9b6 100644 --- a/deskutils/ljclive/Makefile +++ b/deskutils/ljclive/Makefile @@ -7,6 +7,7 @@ PORTNAME= clive PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ljclive @@ -14,10 +15,17 @@ MASTER_SITE_SUBDIR= ljclive MAINTAINER= johans@stack.nl COMMENT= A command line client for posting LiveJournal entries +USE_ICONV= yes + MAN1= clive.1 GNU_CONFIGURE= yes CONFLICTS= *clive-[1-9]* -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +post-patch: + @${REINPLACE_CMD} 's/iconv "iconv/"iconv/' ${WRKSRC}/configure + +.include <bsd.port.post.mk> |