diff options
author | wiedi <wiedi@pkgsrc.org> | 2017-07-03 11:54:52 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2017-07-03 11:54:52 +0000 |
commit | ad548513baf8e3d4055858f2c7bfeb76c42bd892 (patch) | |
tree | 12184d72beb071c009d56f663df0926e983cdcf7 /net/nicotine/Makefile | |
parent | 5165c8cfd1d0b5d7b0cdbfa2814bd275553f7e00 (diff) | |
download | pkgsrc-ad548513baf8e3d4055858f2c7bfeb76c42bd892.tar.gz |
support PKGLOCALEDIR
Diffstat (limited to 'net/nicotine/Makefile')
-rw-r--r-- | net/nicotine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile index fb1bde1d40d..ebbc5228266 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2017/01/01 14:43:50 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2017/07/03 11:54:52 wiedi Exp $ DISTNAME= nicotine-1.0.8 PKGREVISION= 16 @@ -17,5 +17,7 @@ USE_PKGLOCALEDIR= yes USE_LANGUAGES= # empty PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2 +MAKE_ENV+= PKGLOCALEDIR=$(PKGLOCALEDIR:Q) + .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |