diff options
-rw-r--r-- | deskutils/ljclive/Makefile | 13 | ||||
-rw-r--r-- | deskutils/ljclive/pkg-plist | 1 |
2 files changed, 6 insertions, 8 deletions
diff --git a/deskutils/ljclive/Makefile b/deskutils/ljclive/Makefile index bd45a7077e4a..f03e82e69a22 100644 --- a/deskutils/ljclive/Makefile +++ b/deskutils/ljclive/Makefile @@ -1,24 +1,21 @@ # Created by: johans # $FreeBSD$ -PORTNAME= clive +PORTNAME= ljclive PORTVERSION= 0.4.10 +PORTREVISION= 1 CATEGORIES= deskutils -MASTER_SITES= SF/lj${PORTNAME}/lj${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} +DISTNAME= clive-${PORTVERSION} MAINTAINER= johans@FreeBSD.org COMMENT= A command line client for posting LiveJournal entries -USES= iconv - -MAN1= clive.1 - +USES= iconv GNU_CONFIGURE= yes CONFLICTS= *clive-[1-9]* -LATEST_LINK= ljclive -NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: diff --git a/deskutils/ljclive/pkg-plist b/deskutils/ljclive/pkg-plist index 491fe5d4bef1..5176edecbeef 100644 --- a/deskutils/ljclive/pkg-plist +++ b/deskutils/ljclive/pkg-plist @@ -1,3 +1,4 @@ bin/clive +man/man1/clive.1.gz share/clive/cliverc-example.conf @dirrm share/clive |