summaryrefslogtreecommitdiff
path: root/devel/chkpt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/chkpt/Makefile')
-rw-r--r--devel/chkpt/Makefile16
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"