diff options
author | bad <bad> | 1999-06-07 22:07:28 +0000 |
---|---|---|
committer | bad <bad> | 1999-06-07 22:07:28 +0000 |
commit | 7ced518f13942123f4f1f8f1c1d6c4e2e8f2a7e1 (patch) | |
tree | 8eb4934dbb17ec923121074aba51102ff4b62961 /devel/chkpt/Makefile | |
parent | 82b02f887c2ce82a25112b0cfd131269af56650a (diff) | |
download | pkgsrc-7ced518f13942123f4f1f8f1c1d6c4e2e8f2a7e1.tar.gz |
Update to version 1.7. Now supports SPARC.
From Lex Wennmacher wennmach@geo.Uni-Koeln.DE
Diffstat (limited to 'devel/chkpt/Makefile')
-rw-r--r-- | devel/chkpt/Makefile | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/devel/chkpt/Makefile b/devel/chkpt/Makefile index 0f466f2b501..ae4db080535 100644 --- a/devel/chkpt/Makefile +++ b/devel/chkpt/Makefile @@ -1,21 +1,13 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/11/11 12:47:22 agc Exp $ -# +# $NetBSD: Makefile,v 1.2 1999/06/07 22:07:28 bad Exp $ -DISTNAME= chkpt-1.6.1 +DISTNAME= chkpt-1.7 CATEGORIES= devel MASTER_SITES= ftp://gutemine.geo.uni-koeln.de/pub/chkpt/ \ ftp://ftp.Uni-Koeln.DE/misc/ -MAINTAINER= packages@netbsd.org +MAINTAINER= wennmach@geo.Uni-Koeln.DE #HOMEPAGE= -ALL_TARGET= libcc.a - -post-patch: - @cd ${WRKSRC}/utils; \ - for f in ccc-NetBSD cf77-NetBSD; do \ - ${MV} $$f $$f.in; \ - ${SED} -e 's|/usr/local|${PREFIX}|g' $$f.in > $$f; \ - done +HAS_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" |