diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 23:59:21 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 23:59:21 +0000 |
commit | e74539b9fa9d32914706287f08fec45c0892f655 (patch) | |
tree | 011efb64c2dff0007fc4e44276be4eb732e9d256 /audio/daapd | |
parent | 0d2b63b3a358a64cbc41e007e04d183ecb9a7aa5 (diff) | |
download | pkgsrc-e74539b9fa9d32914706287f08fec45c0892f655.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'audio/daapd')
-rw-r--r-- | audio/daapd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/daapd/Makefile b/audio/daapd/Makefile index b0090491d18..f19fab3737d 100644 --- a/audio/daapd/Makefile +++ b/audio/daapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2011/11/13 14:47:26 dholland Exp $ +# $NetBSD: Makefile,v 1.27 2012/09/11 23:59:30 asau Exp $ DISTNAME= daapd-0.2.4b PKGREVISION= 1 @@ -10,8 +10,6 @@ MAINTAINER= nathanw@NetBSD.org HOMEPAGE= http://www.deleet.de/projekte/daap/daapd/ COMMENT= Server for DAA protocol (iTunes) -PKG_DESTDIR_SUPPORT= user-destdir - MAKE_JOBS_SAFE= no USE_LANGUAGES= c c++ |