[Midnightbsd-cvs] CVS Commit: Makefile: Fix installing this with portupgrade tools.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 7 13:46:09 EDT 2007


Log Message:
-----------
Fix installing this with portupgrade tools.

Modified Files:
--------------
    mports/deskutils/ljclive:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/deskutils/ljclive/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldeskutils/ljclive/Makefile -Ldeskutils/ljclive/Makefile -u -r1.1 -r1.2
--- deskutils/ljclive/Makefile
+++ deskutils/ljclive/Makefile
@@ -6,15 +6,21 @@
 # $FreeBSD: ports/deskutils/ljclive/Makefile,v 1.6 2004/11/12 18:36:16 pav Exp $
 #
 
-PORTNAME=	clive
+PORTNAME=	ljclive
 PORTVERSION=	0.4.5
+PORTREVISION=	1
 CATEGORIES=	deskutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 MASTER_SITE_SUBDIR=	ljclive
+DISTFILES=	clive-${PORTVERSION}.tar.gz		
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A command line client for posting LiveJournal entries
 
+CONFLICTS=      py*-clive-[0-9]*
+
+WRKSRC=		work/clive-${PORTVERSION}
+
 MAN1=	clive.1
 
 GNU_CONFIGURE=	yes


More information about the Midnightbsd-cvs mailing list