diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 09:57:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 09:57:15 +0000 |
commit | 8f75236f827c34ceeecf003721ddba4db5044cdb (patch) | |
tree | 53b43134363be0fb8b959c5efdc853bf559a032d /misc/root | |
parent | 04a5a3626d07f479d3e2122261c3c6b9406ec8c1 (diff) | |
download | pkgsrc-8f75236f827c34ceeecf003721ddba4db5044cdb.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'misc/root')
-rw-r--r-- | misc/root/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/root/Makefile b/misc/root/Makefile index cdfb7bacd4e..f1a8f909717 100644 --- a/misc/root/Makefile +++ b/misc/root/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2012/03/03 00:13:37 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2012/10/08 09:57:36 asau Exp $ DISTNAME= root_v5.26.00b.source PKGNAME= root-5.26 @@ -10,7 +10,6 @@ MAINTAINER= drochner@NetBSD.org HOMEPAGE= http://root.cern.ch/ COMMENT= OO framework for data analysis and visualisation -PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/root USE_TOOLS+= gmake USE_LANGUAGES= c c++ #fortran f2c lacks LOC() |