summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>1999-06-22 07:35:32 +0000
committertron <tron>1999-06-22 07:35:32 +0000
commitfb1d155eb1b9f74d9678430f23985f784d2558bf (patch)
tree0e1fc5bf2c9c7f72749d91155fd645c3ed56784c
parent06fe0dc1c6c7b834ba2f94cf5d6f41096c1fbc10 (diff)
downloadpkgsrc-fb1d155eb1b9f74d9678430f23985f784d2558bf.tar.gz
Remove redundant "--prefix=..." from ${CONFIGURE_ARGS}.
-rw-r--r--editors/jed/Makefile4
-rw-r--r--news/slrn/Makefile4
2 files changed, 4 insertions, 4 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
diff --git a/news/slrn/Makefile b/news/slrn/Makefile
index fd1fc12ab3f..39f30aad7d3 100644
--- a/news/slrn/Makefile
+++ b/news/slrn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/06/22 07:34:16 tron Exp $
+# $NetBSD: Makefile,v 1.6 1999/06/22 07:35:53 tron Exp $
#
DISTNAME= slrn-0.9.5.6
@@ -12,7 +12,7 @@ HOMEPAGE= http://space.mit.edu/%7Edavis/slrn.html
DEPENDS+= libslang-1.3.7:../../devel/libslang
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --without-X --prefix=${PREFIX}
+CONFIGURE_ARGS+= --without-X
# the next is a workaround, as 1.3.2 install doesn't like -c and -d
# together