diff options
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) |