diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 16:08:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 16:08:30 +0000 |
commit | 2eea1f0364dcac27849beb3909a92f46ef4fe39a (patch) | |
tree | 46fe46b7d33056bf481ec22f064115f708c4b124 /filesystems/fuse-djmount | |
parent | 8412da50027d77b72e52b42c39c1673d55a507a7 (diff) | |
download | pkgsrc-2eea1f0364dcac27849beb3909a92f46ef4fe39a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'filesystems/fuse-djmount')
-rw-r--r-- | filesystems/fuse-djmount/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/filesystems/fuse-djmount/Makefile b/filesystems/fuse-djmount/Makefile index 46eb9c157d4..1a7ab873258 100644 --- a/filesystems/fuse-djmount/Makefile +++ b/filesystems/fuse-djmount/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/04/13 23:55:37 obache Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/03 16:08:31 asau Exp $ DISTNAME= djmount-0.71 PKGNAME= fuse-${DISTNAME} @@ -10,8 +10,6 @@ MAINTAINER= agc@NetBSD.org HOMEPAGE= http://djmount.sourceforge.net/ COMMENT= FUSE filesystem for accessing Media Server content via UPnP -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake |