diff options
author | asau <asau> | 2012-10-08 09:57:15 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 09:57:15 +0000 |
commit | 4dacb59184a3da66b51557f777b52dd12343edbf (patch) | |
tree | 53b43134363be0fb8b959c5efdc853bf559a032d /misc/firelib/Makefile | |
parent | 73aa2b5bf64486588e2630220a4c71617b602c9e (diff) | |
download | pkgsrc-4dacb59184a3da66b51557f777b52dd12343edbf.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'misc/firelib/Makefile')
-rw-r--r-- | misc/firelib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/firelib/Makefile b/misc/firelib/Makefile index c1d193a04e4..903ddb4be7a 100644 --- a/misc/firelib/Makefile +++ b/misc/firelib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/03/04 19:21:11 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/08 09:57:22 asau Exp $ # DISTNAME= firelib-1.0.1 @@ -10,7 +10,6 @@ HOMEPAGE= http://fire.org/ COMMENT= Library for predicting fire spread rate, intensity, and more PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} |