diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-25 20:10:50 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-25 20:10:50 +0000 |
commit | 62bf46c59ed2c7376b2ee0ed1d122f8fe46c0b64 (patch) | |
tree | 9ff4689f75e6802efd46d90fdac9f5fb87cf37e1 /finance/gnucash/Makefile | |
parent | Build and install crtbegin.o crtbeginS.o crtend.o crtendS.o for the ELF case. (diff) |
Upgrade to 1.0.18.
PR: ports/8978
Submitted by: Glenn Johnson <gljohns@bellsouth.net>
Notes
Notes:
svn path=/head/; revision=15613
Diffstat (limited to 'finance/gnucash/Makefile')
-rw-r--r-- | finance/gnucash/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index e893c7540273..b56d305cc46c 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -4,11 +4,11 @@ # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.3 1998/08/10 02:51:45 obrien Exp $ +# $Id: Makefile,v 1.4 1998/08/12 19:00:46 obrien Exp $ # -DISTNAME= xacc-1.0.17 -PKGNAME= gnucash-1.0.17 +DISTNAME= xacc-1.0.18 +PKGNAME= gnucash-1.0.18 CATEGORIES= deskutils MASTER_SITES= http://www.gnucash.org/xacc/download/ \ ftp://ftp.gnucash.org/pub/xacc/ @@ -19,6 +19,9 @@ REQUIRES_MOTIF= yes GNU_CONFIGURE= yes ALL_TARGET= depend default +pre-build: + @${LN} -sf ${WRKSRC}/lib/Xbae-4.6.2-linas/src ${WRKSRC}/lib/Xbae-4.6.2-linas/Xbae + post-install: @strip ${PREFIX}/bin/xacc.bin @${LN} -f ${PREFIX}/bin/xacc ${PREFIX}/bin/gnucash |