diff options
author | Johan van Selst <johans@FreeBSD.org> | 2013-10-24 08:45:30 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2013-10-24 08:45:30 +0000 |
commit | d0f8e887a0db83b1a1f3c62899af4d3682516a6f (patch) | |
tree | 706bb103f0ccad16783d6bb5cec8fdc9321278e2 /deskutils/ljclive | |
parent | 26cd35830d72d1a0a54c61cb24e6015f10d904f1 (diff) | |
download | ports-d0f8e887a0db83b1a1f3c62899af4d3682516a6f.tar.gz ports-d0f8e887a0db83b1a1f3c62899af4d3682516a6f.zip |
Notes
Diffstat (limited to 'deskutils/ljclive')
-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 |