summaryrefslogtreecommitdiff
path: root/misc/open2300-mysql
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-04 17:29:59 +0000
committerjoerg <joerg>2010-02-04 17:29:59 +0000
commit21051ae0be78be49ac7e3ff5d11a602e021137f2 (patch)
tree59e92fcc6d87fcbeb773696266127f4f3af0d107 /misc/open2300-mysql
parent46fa4618cc79eefa2ca3aefd76e08f614b51f155 (diff)
downloadpkgsrc-21051ae0be78be49ac7e3ff5d11a602e021137f2.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"