From efd0164fe77efc2316c97ddecdf8e689384a83a2 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 3 Sep 2000 10:04:38 +0000 Subject: Use a saner version number (0.98.7 instead of 0.98-7); don't hardwire /usr/pkg in MESSAGE. --- editors/jed/Makefile | 9 +++++++-- editors/jed/pkg/MESSAGE | 4 +++- 2 files changed, 10 insertions(+), 3 deletions(-) (limited to 'editors/jed') diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 4ec363cd7a8..7d3ecaa9381 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2000/01/01 17:11:28 mjl Exp $ +# $NetBSD: Makefile,v 1.10 2000/09/03 10:04:38 wiz Exp $ # DISTNAME= jed0.98-7 -PKGNAME= jed-0.98-7 +PKGNAME= jed-0.98.7 CATEGORIES= editors MASTER_SITES= ftp://space.mit.edu/pub/davis/jed/v0.98/ \ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/jed/ @@ -17,4 +17,9 @@ CONFIGURE_ARGS+= --without-X WRKSRC= ${WRKDIR}/jed +MESSAGE_FILE= ${WRKDIR}/MESSAGE + +pre-install: + ${SED} -e "s_@PREFIX@_${PREFIX}_" ${PKGDIR}/MESSAGE > ${MESSAGE_FILE} + .include "../../mk/bsd.pkg.mk" diff --git a/editors/jed/pkg/MESSAGE b/editors/jed/pkg/MESSAGE index 74afe95bf0a..fc58e64dd6c 100644 --- a/editors/jed/pkg/MESSAGE +++ b/editors/jed/pkg/MESSAGE @@ -1,2 +1,4 @@ -You might have a look at /usr/pkg/share/jed/lib/* and install a +$NetBSD: MESSAGE,v 1.2 2000/09/03 10:04:39 wiz Exp $ + +You might want to have a look at @PREFIX@/share/jed/lib/* and install a file defaults.sl for site defaults there. -- cgit v1.2.3