diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-04 17:29:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-04 17:29:59 +0000 |
commit | 33d557d69b50a371eee0accbad4ee7b57cc286a8 (patch) | |
tree | 59e92fcc6d87fcbeb773696266127f4f3af0d107 /misc/open2300/Makefile | |
parent | 70e58a9e24ab28886c81024eae28a1335a529508 (diff) | |
download | pkgsrc-33d557d69b50a371eee0accbad4ee7b57cc286a8.tar.gz |
DESTDIR support
Diffstat (limited to 'misc/open2300/Makefile')
-rw-r--r-- | misc/open2300/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/open2300/Makefile b/misc/open2300/Makefile index 75b2915740e..da3fb1331f3 100644 --- a/misc/open2300/Makefile +++ b/misc/open2300/Makefile @@ -1,6 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/10 08:19:46 martin Exp $ +# $NetBSD: Makefile,v 1.2 2010/02/04 17:37:51 joerg Exp $ # +PKG_DESTDIR_SUPPORT= user-destdir + COMMENT= WS 23xx weather station support software +INSTALLATION_DIRS+= bin + .include "Makefile.common" |