diff options
author | wiz <wiz> | 2000-09-03 10:04:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-09-03 10:04:38 +0000 |
commit | 82afac2c7713b53d89649361ec0358d3045f5d06 (patch) | |
tree | d73c6e41fcf216a325178fac9dacc5516f691529 /editors | |
parent | fdacdc84f03d6508de8e1480563b98592ae54c3a (diff) | |
download | pkgsrc-82afac2c7713b53d89649361ec0358d3045f5d06.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')
-rw-r--r-- | editors/jed/Makefile | 9 | ||||
-rw-r--r-- | editors/jed/pkg/MESSAGE | 4 |
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. |