summaryrefslogtreecommitdiff
path: root/lang/lush
diff options
context:
space:
mode:
authorasau <asau>2012-10-02 20:11:34 +0000
committerasau <asau>2012-10-02 20:11:34 +0000
commit2d72c628fbfaa569ade2ab8ab4c8b5d8eef6cb33 (patch)
tree70a00b8f60d7401066bef0246bd055b4efc68dae /lang/lush
parent8ddaa92985a2887c4562dde9d2b1ee3fc21acb4c (diff)
downloadpkgsrc-2d72c628fbfaa569ade2ab8ab4c8b5d8eef6cb33.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'lang/lush')
-rw-r--r--lang/lush/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/lush/Makefile b/lang/lush/Makefile
index 5673945c6fb..280afc8716c 100644
--- a/lang/lush/Makefile
+++ b/lang/lush/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2012/07/22 01:08:23 dholland Exp $
+# $NetBSD: Makefile,v 1.9 2012/10/02 20:11:45 asau Exp $
DISTNAME= lush-1.2.1
PKGREVISION= 2
@@ -9,8 +9,6 @@ MAINTAINER= dauphin@enst.fr
HOMEPAGE= http://lush.sourceforge.net/
COMMENT= Lisp interpreter/compiler with a seamless interface to C
-PKG_DESTDIR_SUPPORT= user-destdir
-
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes