Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2014 16:36:54 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365674 - head/finance/beanie
Message-ID:  <201408221636.s7MGas5A034568@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Aug 22 16:36:53 2014
New Revision: 365674
URL: http://svnweb.freebsd.org/changeset/ports/365674
QAT: https://qat.redports.org/buildarchive/r365674/

Log:
  - Stagify
  
  PR:		192791
  Submitted by:	tkato432@yahoo.com

Modified:
  head/finance/beanie/Makefile
  head/finance/beanie/pkg-plist

Modified: head/finance/beanie/Makefile
==============================================================================
--- head/finance/beanie/Makefile	Fri Aug 22 16:32:36 2014	(r365673)
+++ head/finance/beanie/Makefile	Fri Aug 22 16:36:53 2014	(r365674)
@@ -7,14 +7,17 @@ CATEGORIES=	finance
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Beanie is a fully-fledged accounting and payroll system
+COMMENT=	Open Source accounting system
+
+LICENSE=	GPLv2 # (or later)
+LICENSE_FILE=	${WRKSRC}/COPYING
 
-LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 BUILD_DEPENDS=	dbow:${PORTSDIR}/databases/dbow
+LIB_DEPENDS=	libexpat.so:${PORTSDIR}/textproc/expat2
 
+LATE_INSTALL_ARGS=	BEANIEROOT="${STAGEDIR}${PREFIX}/beanie"
 MAKE_JOBS_UNSAFE=	yes
 
-NO_STAGE=	yes
 post-patch:
 	@${CP} ${WRKSRC}/beanie.mk.sample $(WRKSRC)/beanie.mk
 	@${CP} ${WRKSRC}/tmac/lhead.sample.r ${WRKSRC}/tmac/lhead.r

Modified: head/finance/beanie/pkg-plist
==============================================================================
--- head/finance/beanie/pkg-plist	Fri Aug 22 16:32:36 2014	(r365673)
+++ head/finance/beanie/pkg-plist	Fri Aug 22 16:36:53 2014	(r365674)
@@ -58,6 +58,7 @@ beanie/roff/payslip.tmac
 beanie/roff/porder.tmac
 beanie/roff/sharecert.tmac
 beanie/roff/statement.tmac
+@exec mkdir -p %D/beanie/tmp
 @dirrm beanie/tmp
 @dirrm beanie/roff
 @dirrm beanie/bin



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