diff options
author | martin <martin@pkgsrc.org> | 2010-02-05 15:27:27 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2010-02-05 15:27:27 +0000 |
commit | a94e0f7977595bf5f070c090b5a015a5194d0dd7 (patch) | |
tree | 7099db2e556f122bfca2c962e7ff34e3e07f1719 /misc/open2300-mysql/Makefile | |
parent | e1744e1bed1ccf9ff8d7bdaeac42fe6fb8ecd8b4 (diff) | |
download | pkgsrc-a94e0f7977595bf5f070c090b5a015a5194d0dd7.tar.gz |
Update to version 1.10
Diffstat (limited to 'misc/open2300-mysql/Makefile')
-rw-r--r-- | misc/open2300-mysql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/open2300-mysql/Makefile b/misc/open2300-mysql/Makefile index 7f6f575e49a..3d552979658 100644 --- a/misc/open2300-mysql/Makefile +++ b/misc/open2300-mysql/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2010/02/04 17:37:51 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2010/02/05 15:27:27 martin Exp $ # PKGNAME= ${DISTNAME:S/-/-mysql-/} -PKGREVISION= 2 COMMENT= WS 23xx weather station MySQL support +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir @@ -14,7 +14,7 @@ LIBS+= -lmysqlclient LIBS.SunOS+= -lnsl -lsocket MAKE_ENV+= LIBS=${LIBS:M*:Q} -INSTALLATION_DIRS+= bin +PKG_DESTDIR_SUPPORT= user-destdir .include "../../mk/mysql.buildlink3.mk" .include "../../misc/open2300/Makefile.common" |