summaryrefslogtreecommitdiff
path: root/editors/jed
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-09-03 10:04:38 +0000
committerwiz <wiz@pkgsrc.org>2000-09-03 10:04:38 +0000
commitefd0164fe77efc2316c97ddecdf8e689384a83a2 (patch)
treed73c6e41fcf216a325178fac9dacc5516f691529 /editors/jed
parent17fe3cbd0c5d57cce497b1495cf2108a793d2e0b (diff)
downloadpkgsrc-efd0164fe77efc2316c97ddecdf8e689384a83a2.tar.gz
Use a saner version number (0.98.7 instead of 0.98-7);
don't hardwire /usr/pkg in MESSAGE.
Diffstat (limited to 'editors/jed')
-rw-r--r--editors/jed/Makefile9
-rw-r--r--editors/jed/pkg/MESSAGE4
2 files changed, 10 insertions, 3 deletions
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.