diff options
author | tron <tron@pkgsrc.org> | 1999-06-22 07:35:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-06-22 07:35:32 +0000 |
commit | 3e569b15af7e8930ab3b2a1ec5980e2dc32527a3 (patch) | |
tree | 0e1fc5bf2c9c7f72749d91155fd645c3ed56784c /editors/jed/Makefile | |
parent | 35c9aac0ba8946204ef623625ccd0bf82b26694b (diff) | |
download | pkgsrc-3e569b15af7e8930ab3b2a1ec5980e2dc32527a3.tar.gz |
Remove redundant "--prefix=..." from ${CONFIGURE_ARGS}.
Diffstat (limited to 'editors/jed/Makefile')
-rw-r--r-- | editors/jed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile index ce3f62bfe26..26d9a70d0dd 100644 --- a/editors/jed/Makefile +++ b/editors/jed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/06/22 07:34:15 tron Exp $ +# $NetBSD: Makefile,v 1.6 1999/06/22 07:35:32 tron Exp $ # DISTNAME= jed0.98-7 @@ -12,8 +12,8 @@ HOMEPAGE= http://space.mit.edu/%7Edavis/jed.html DEPENDS+= libslang-1.3.7:../../devel/libslang -CONFIGURE_ARGS+= --without-X --prefix=${PREFIX} GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-X WRKSRC= ${WRKDIR}/jed |