summaryrefslogtreecommitdiff
path: root/filesystems/fuse-archivemount/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/fuse-archivemount/Makefile')
-rw-r--r--filesystems/fuse-archivemount/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/filesystems/fuse-archivemount/Makefile b/filesystems/fuse-archivemount/Makefile
index bb9a1fd678e..9b7d5adf630 100644
--- a/filesystems/fuse-archivemount/Makefile
+++ b/filesystems/fuse-archivemount/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/07/29 17:37:51 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/03/03 19:31:31 jlam Exp $
#
DISTNAME= archivemount-0.5.3
@@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cybernoia.de/software/archivemount/
COMMENT= FUSE gateway to libarchive
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= gmake
NO_CONFIGURE= yes
@@ -23,7 +25,7 @@ CPPFLAGS+= -DHAVE_STATVFS
INSTALLATION_DIRS= bin
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/archivemount ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/archivemount ${DESTDIR}${PREFIX}/bin
.include "../../archivers/libarchive/buildlink3.mk"
.include "../../mk/fuse.buildlink3.mk"