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/nana | |
parent | cf871ec64c560ebe1cc9c0ba791a04b62017feed (diff) | |
download | pkgsrc-52ae94c9b672e9389ee68afb66df841a3afeb667.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/nana')
-rw-r--r-- | devel/nana/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/nana/Makefile b/devel/nana/Makefile index d5fac0da3e4..e236b890b60 100644 --- a/devel/nana/Makefile +++ b/devel/nana/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2010/01/29 19:04:47 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2012/10/31 11:17:30 asau Exp $ DISTNAME= nana-2.4 CATEGORIES= devel @@ -8,8 +8,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/nana/ COMMENT= Improved support for assertions and logging in C and C++ -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c c++ GNU_CONFIGURE= yes INFO_FILES= # PLIST |