summaryrefslogtreecommitdiff
path: root/misc/open2300-mysql
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-04 17:29:59 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-04 17:29:59 +0000
commit33d557d69b50a371eee0accbad4ee7b57cc286a8 (patch)
tree59e92fcc6d87fcbeb773696266127f4f3af0d107 /misc/open2300-mysql
parent70e58a9e24ab28886c81024eae28a1335a529508 (diff)
downloadpkgsrc-33d557d69b50a371eee0accbad4ee7b57cc286a8.tar.gz
DESTDIR support
Diffstat (limited to 'misc/open2300-mysql')
-rw-r--r--misc/open2300-mysql/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/open2300-mysql/Makefile b/misc/open2300-mysql/Makefile
index 2559a51bb2f..7f6f575e49a 100644
--- a/misc/open2300-mysql/Makefile
+++ b/misc/open2300-mysql/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:10:13 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2010/02/04 17:37:51 joerg Exp $
#
PKGNAME= ${DISTNAME:S/-/-mysql-/}
PKGREVISION= 2
COMMENT= WS 23xx weather station MySQL support
-PATCHDIR= ${.CURDIR}/../open2300/patches
-DISTINFO_FILE= ${.CURDIR}/../open2300/distinfo
+PKG_DESTDIR_SUPPORT= user-destdir
BUILD_TARGET= mysql2300
INSTALL_TARGET= install-mysql
@@ -15,5 +14,7 @@ LIBS+= -lmysqlclient
LIBS.SunOS+= -lnsl -lsocket
MAKE_ENV+= LIBS=${LIBS:M*:Q}
+INSTALLATION_DIRS+= bin
+
.include "../../mk/mysql.buildlink3.mk"
.include "../../misc/open2300/Makefile.common"