diff options
author | asau <asau> | 2012-10-31 11:16:30 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-31 11:16:30 +0000 |
commit | 52ae94c9b672e9389ee68afb66df841a3afeb667 (patch) | |
tree | 6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/libjit | |
parent | cf871ec64c560ebe1cc9c0ba791a04b62017feed (diff) | |
download | pkgsrc-52ae94c9b672e9389ee68afb66df841a3afeb667.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/libjit')
-rw-r--r-- | devel/libjit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libjit/Makefile b/devel/libjit/Makefile index 604c606f543..56775eb41b7 100644 --- a/devel/libjit/Makefile +++ b/devel/libjit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2011/12/22 00:26:02 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2012/10/31 11:17:17 asau Exp $ # DISTNAME= libjit-0.1.2 @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.southern-storm.com.au/libjit.html COMMENT= Just-In-Time compilation functionality -PKG_DESTDIR_SUPPORT= user-destdir - LICENSE= gnu-lgpl-v2.1 USE_LANGUAGES= c c++ |