summaryrefslogtreecommitdiff
path: root/misc/open2300-mysql
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2012-10-08 09:57:15 +0000
committerasau <asau@pkgsrc.org>2012-10-08 09:57:15 +0000
commit8f75236f827c34ceeecf003721ddba4db5044cdb (patch)
tree53b43134363be0fb8b959c5efdc853bf559a032d /misc/open2300-mysql
parent04a5a3626d07f479d3e2122261c3c6b9406ec8c1 (diff)
downloadpkgsrc-8f75236f827c34ceeecf003721ddba4db5044cdb.tar.gz
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'misc/open2300-mysql')
-rw-r--r--misc/open2300-mysql/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/misc/open2300-mysql/Makefile b/misc/open2300-mysql/Makefile
index 6d2c2fcc87b..35284f51183 100644
--- a/misc/open2300-mysql/Makefile
+++ b/misc/open2300-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2012/09/15 15:03:24 obache Exp $
+# $NetBSD: Makefile,v 1.14 2012/10/08 09:57:31 asau Exp $
#
PKGNAME= ${DISTNAME:S/-/-mysql-/}
@@ -6,8 +6,6 @@ PKGREVISION= 2
COMMENT= WS 23xx weather station MySQL support
LICENSE= gnu-gpl-v2
-PKG_DESTDIR_SUPPORT= user-destdir
-
BUILD_TARGET= mysql2300
INSTALL_TARGET= install-mysql
INSTALLATION_DIRS+= bin
@@ -16,7 +14,5 @@ LIBS+= -lmysqlclient
LIBS.SunOS+= -lnsl -lsocket
MAKE_ENV+= LIBS=${LIBS:M*:Q}
-PKG_DESTDIR_SUPPORT= user-destdir
-
.include "../../mk/mysql.buildlink3.mk"
.include "../../misc/open2300/Makefile.common"