svn commit: r365674 - head/finance/beanie

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 22 16:36:54 UTC 2014


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 at 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 at 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
+ at exec mkdir -p %D/beanie/tmp
 @dirrm beanie/tmp
 @dirrm beanie/roff
 @dirrm beanie/bin


More information about the svn-ports-all mailing list