diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-29 19:04:47 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-29 19:04:47 +0000 |
commit | a7ebc06d21407e1d279fa520cbbec92220f51158 (patch) | |
tree | 044254b7310359679c416097b6835128930442f1 /devel/nana/Makefile | |
parent | 58a5e77873da17112296ce72492cdb2521c6d601 (diff) | |
download | pkgsrc-a7ebc06d21407e1d279fa520cbbec92220f51158.tar.gz |
DESTDIR ready
Diffstat (limited to 'devel/nana/Makefile')
-rw-r--r-- | devel/nana/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/nana/Makefile b/devel/nana/Makefile index 1e4e57bfc6d..d5fac0da3e4 100644 --- a/devel/nana/Makefile +++ b/devel/nana/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/10/04 21:35:59 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2010/01/29 19:04:47 joerg Exp $ DISTNAME= nana-2.4 CATEGORIES= devel @@ -8,6 +8,8 @@ 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 |