svn commit: r339030 - head/finance/aqmoney

Antoine Brodin antoine at FreeBSD.org
Tue Jan 7 20:33:10 UTC 2014


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 at 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 at 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>


More information about the svn-ports-all mailing list