diff options
author | asau <asau@pkgsrc.org> | 2012-10-02 20:11:34 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-02 20:11:34 +0000 |
commit | 84028c8fc67a9aa564f23683ea963c0381125d8d (patch) | |
tree | 70a00b8f60d7401066bef0246bd055b4efc68dae /lang/clisp | |
parent | 7313f7ed95b0b3d807dbcbf38ecc23f62371e9e0 (diff) | |
download | pkgsrc-84028c8fc67a9aa564f23683ea963c0381125d8d.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'lang/clisp')
-rw-r--r-- | lang/clisp/Makefile | 4 | ||||
-rw-r--r-- | lang/clisp/module.mk | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index b51ef00acb7..dc134154a77 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2012/10/02 17:11:25 tron Exp $ +# $NetBSD: Makefile,v 1.92 2012/10/02 20:11:37 asau Exp $ # DISTNAME= clisp-2.49 @@ -19,8 +19,6 @@ NOT_FOR_PLATFORM+= *-*-arm PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir - MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes diff --git a/lang/clisp/module.mk b/lang/clisp/module.mk index e632764d52f..88e821950f8 100644 --- a/lang/clisp/module.mk +++ b/lang/clisp/module.mk @@ -1,4 +1,4 @@ -# $NetBSD: module.mk,v 1.2 2011/04/20 18:51:38 hans Exp $ +# $NetBSD: module.mk,v 1.3 2012/10/02 20:11:37 asau Exp $ # Used variables: # CLISP_MODULE - name of module and subdirectory in "modules" @@ -12,7 +12,6 @@ NOT_FOR_PLATFORM= *-*-sparc64 NOT_FOR_PLATFORM+= *-*-arm PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir CONFIGURE_DIRS= modules/$(CLISP_MODULE) |