diff options
author | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-20 01:09:05 +0000 |
commit | 7d15c2c527b0cb171788f5360a5baca8cd9db73e (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /net/nicotine | |
parent | 534b5bd9ce0ca747418c84f41f29a7fd1e7121a2 (diff) | |
download | pkgsrc-7d15c2c527b0cb171788f5360a5baca8cd9db73e.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'net/nicotine')
-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 bef8c960273..b440fed149f 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/04/25 20:39:11 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2008/06/20 01:09:31 joerg Exp $ # DISTNAME= nicotine-1.0.8 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://nicotine.thegraveyard.org/ COMMENT= Client for soulseek, a peer-to-peer network for music +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes PYTHON_VERSIONS_ACCEPTED= 25 24 |