diff options
author | asau <asau> | 2012-09-11 23:19:33 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 23:19:33 +0000 |
commit | d5ae29c067f185967ce21d0beea1d8708c105a24 (patch) | |
tree | 044cc8758fa76a5482b86079655ee315d75b4fed /shells/eltclsh | |
parent | 2616ea74347a099f94cc21357dd8070ab5cad4a4 (diff) | |
download | pkgsrc-d5ae29c067f185967ce21d0beea1d8708c105a24.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'shells/eltclsh')
-rw-r--r-- | shells/eltclsh/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/eltclsh/Makefile b/shells/eltclsh/Makefile index 8571f984c82..f17e4cb77a3 100644 --- a/shells/eltclsh/Makefile +++ b/shells/eltclsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/08/21 23:49:25 marino Exp $ +# $NetBSD: Makefile,v 1.6 2012/09/11 23:25:08 asau Exp $ DISTNAME= eltclsh-1.9 PKGREVISION= 1 @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://softs.laas.fr/openrobots/wiki/eltclsh COMMENT= Interactive TCL shell with editline facilities -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib |