diff options
Diffstat (limited to 'editors/jed/Makefile')
-rw-r--r-- | editors/jed/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index 7d3ecaa9381..30f2a88842d 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/09/03 10:04:38 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/01/29 11:34:24 wiz Exp $ # DISTNAME= jed0.98-7 @@ -17,9 +17,4 @@ 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" |