diff options
author | reed <reed@pkgsrc.org> | 2007-09-21 23:16:39 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2007-09-21 23:16:39 +0000 |
commit | f3336e052982b94cfefcf8b0efa79d3588db565d (patch) | |
tree | 9d8891471fbf82a7909bce6725d175d870839477 /lang/pcc/Makefile | |
parent | c9802148ff2b53a5fce7b2ca2757888b5f991ef1 (diff) | |
download | pkgsrc-f3336e052982b94cfefcf8b0efa79d3588db565d.tar.gz |
Revert my last change with pcc.
Instead use the older tarball that does have the version as part of the
name. It has same checksum.
It is really beta but at least the file name exists tomorrow.
We will wait until developer releases a real version.
Sorry about going back in time in versioning in pkgsrc
-- hopefully nobody hit this in the past few minutes.
Diffstat (limited to 'lang/pcc/Makefile')
-rw-r--r-- | lang/pcc/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lang/pcc/Makefile b/lang/pcc/Makefile index bd1786364f9..6b08f505352 100644 --- a/lang/pcc/Makefile +++ b/lang/pcc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2007/09/21 22:55:46 reed Exp $ +# $NetBSD: Makefile,v 1.4 2007/09/21 23:16:39 reed Exp $ -DISTNAME= pcc-070920 -PKGNAME= pcc-0.9.8.070920 +DISTNAME= pcc-0.9.8-070912 +PKGNAME= pcc-0.9.8 CATEGORIES= lang MASTER_SITES= ftp://226.net120.skekraft.net/pcc/ EXTRACT_SUFX= .tgz @@ -10,6 +10,9 @@ MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.ludd.ltu.se/~ragge/pcc/ COMMENT= Portable C compiler +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= yes +INSTALLATION_DIRS= bin libexec + .include "../../mk/bsd.pkg.mk" |