diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-08-10 02:51:45 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-08-10 02:51:45 +0000 |
commit | 5996b7ceee258dabdf4bd6b6574b49de4eb0f63b (patch) | |
tree | 78f60293d4695533dd87e2a6338804f808ea7705 /deskutils | |
parent | 707f3b3255a0327ce310304d199b6c05742a1a15 (diff) | |
download | ports-5996b7ceee258dabdf4bd6b6574b49de4eb0f63b.tar.gz ports-5996b7ceee258dabdf4bd6b6574b49de4eb0f63b.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/Makefile | 3 | ||||
-rw-r--r-- | deskutils/gnucash/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 6b0e62473a8a..4b6802964ece 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -1,8 +1,9 @@ -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/08/07 22:08:20 asami Exp $ # SUBDIR += cal SUBDIR += cbb + SUBDIR += gnucash SUBDIR += ical SUBDIR += korganizer SUBDIR += kproject diff --git a/deskutils/gnucash/Makefile b/deskutils/gnucash/Makefile index df2c454b292a..0ceb3f97face 100644 --- a/deskutils/gnucash/Makefile +++ b/deskutils/gnucash/Makefile @@ -4,12 +4,12 @@ # Date created: Mon Feb 03, 1997 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.1.1.1 1998/07/28 23:43:24 obrien Exp $ +# $Id: Makefile,v 1.2 1998/08/08 03:26:21 obrien Exp $ # DISTNAME= xacc-1.0.17 PKGNAME= gnucash-1.0.17 -CATEGORIES= misc +CATEGORIES= deskutils MASTER_SITES= http://www.gnucash.org/xacc/download/ \ ftp://ftp.gnucash.org/pub/xacc/ |