- Rename PORTNAME to avoid naming conflict
- Enable staging - Bump PORTREVISION
This commit is contained in:
parent
26cd35830d
commit
d0f8e887a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331468
2 changed files with 6 additions and 8 deletions
|
@ -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:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
bin/clive
|
||||
man/man1/clive.1.gz
|
||||
share/clive/cliverc-example.conf
|
||||
@dirrm share/clive
|
||||
|
|
Loading…
Reference in a new issue