Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2014 20:33:10 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339030 - head/finance/aqmoney
Message-ID:  <201401072033.s07KXAnw083564@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Tue Jan  7 20:33:10 2014
New Revision: 339030
URL: http://svnweb.freebsd.org/changeset/ports/339030

Log:
  Stage support

Modified:
  head/finance/aqmoney/Makefile

Modified: head/finance/aqmoney/Makefile
==============================================================================
--- head/finance/aqmoney/Makefile	Tue Jan  7 20:26:34 2014	(r339029)
+++ head/finance/aqmoney/Makefile	Tue Jan  7 20:33:10 2014	(r339030)
@@ -1,19 +1,17 @@
 # Created by: Heiner Strauss <heiner@bilch.com>
 # $FreeBSD$
 
-PORTNAME=		aqmoney
-PORTVERSION=		0.6.3
-CATEGORIES=		finance
-MASTER_SITES=	 	SF
+PORTNAME=	aqmoney
+PORTVERSION=	0.6.3
+CATEGORIES=	finance
+MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Manage your credit institute accounts using openhbci
 
-LIB_DEPENDS=		openhbci.14:${PORTSDIR}/finance/openhbci
+LIB_DEPENDS=	libopenhbci.so:${PORTSDIR}/finance/openhbci
 
-GNU_CONFIGURE=		yes
-MAN1=			aqmoney.1
-PLIST_FILES=		bin/aqmoney
+GNU_CONFIGURE=	yes
+PLIST_FILES=	bin/aqmoney man/man1/aqmoney.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401072033.s07KXAnw083564>