diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-24 04:37:26 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-24 04:37:26 +0000 |
commit | 5fe982bdb6093f1e8b3ca351ef1b4e0cfbc78dd7 (patch) | |
tree | d7e554b1a8af2e3cb4fbb0ab27ad9b78380db044 | |
parent | Fixup the pgpverify patch and make the y2k path more robust. (diff) |
Update to version 2.1.9Ea.
PR: 15867
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=24997
-rw-r--r-- | devel/sdcc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/sdcc/Makefile b/devel/sdcc/Makefile index 4f6903343467..176da5b73fcf 100644 --- a/devel/sdcc/Makefile +++ b/devel/sdcc/Makefile @@ -3,17 +3,17 @@ # Date created: 26 March 1995 # Whom: joerg # -# $Id: Makefile,v 1.7 1998/08/23 01:08:37 hoek Exp $ +# $FreeBSD$ # -DISTNAME= sdcc-2.1.8Ma -PKGNAME= sdcc-2.1.8 +DISTNAME= sdcc-2.1.9Ea +PKGNAME= sdcc-2.1.9 CATEGORIES= devel lang MASTER_SITES= http://www.geocities.com/ResearchTriangle/Forum/1353/ MAINTAINER= ambrisko@whistle.com -WRKSRC= ${WRKDIR}/sdcc218Ma +WRKSRC= ${WRKDIR}/sdcc219Ea GNU_CONFIGURE= yes USE_GMAKE= yes ALL_TARGET= dep all |