summaryrefslogtreecommitdiff
path: root/filesystems/fuse-httpfs
diff options
context:
space:
mode:
authorjlam <jlam>2008-03-03 19:21:37 +0000
committerjlam <jlam>2008-03-03 19:21:37 +0000
commitcdc5e6dd9688136784a32410486ee5582c6bea45 (patch)
treec5e0c30c0b353fd2092305665ed106c2ef4ca346 /filesystems/fuse-httpfs
parent10c92f44a52d654ee28ddd9184c9ea6d81284467 (diff)
downloadpkgsrc-cdc5e6dd9688136784a32410486ee5582c6bea45.tar.gz
Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
Diffstat (limited to 'filesystems/fuse-httpfs')
-rw-r--r--filesystems/fuse-httpfs/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/filesystems/fuse-httpfs/Makefile b/filesystems/fuse-httpfs/Makefile
index 707623afa93..5cce644224b 100644
--- a/filesystems/fuse-httpfs/Makefile
+++ b/filesystems/fuse-httpfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2007/03/15 22:55:21 agc Exp $
+# $NetBSD: Makefile,v 1.3 2008/03/03 19:31:31 jlam Exp $
#
DISTNAME= httpfs_with_static_binaries_${DIST_VER}
@@ -12,6 +12,8 @@ COMMENT= FUSE HTTP filesystem
DIST_VER= 2.06.08.26
+PKG_DESTDIR_SUPPORT= user-destdir
+
NO_CONFIGURE= yes
WRKSRC= ${WRKDIR}
@@ -27,7 +29,7 @@ do-build:
${WRKSRC}/httpfs.c -o ${WRKSRC}/httpfs
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/httpfs ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/httpfs ${DESTDIR}${PREFIX}/bin
.include "../../mk/fuse.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"