From f3336e052982b94cfefcf8b0efa79d3588db565d Mon Sep 17 00:00:00 2001 From: reed Date: Fri, 21 Sep 2007 23:16:39 +0000 Subject: 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. --- lang/pcc/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'lang/pcc/Makefile') 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" -- cgit v1.2.3