Skip to content

Commit

Permalink
user-destdir support
Browse files Browse the repository at this point in the history
  • Loading branch information
jsonn committed Jul 8, 2009
1 parent ee5056a commit 5f6a769
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions filesystems/fuse-cryptofs/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2007/03/15 22:55:21 agc Exp $
# $NetBSD: Makefile,v 1.3 2009/07/08 16:24:12 joerg Exp $
#

DISTNAME= cryptofs-0.6.0
Expand All @@ -11,15 +11,17 @@ MAINTAINER= [email protected]
HOMEPAGE= http://reboot.animeirc.de/cryptofs/
COMMENT= FUSE encrypted filesystem

PKG_DESTDIR_SUPPORT= user-destdir

GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config

INSTALLATION_DIRS= share/doc/${PKGBASE} share/examples/${PKGBASE}

post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PKGBASE}
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
${INSTALL_DATA} ${WRKSRC}/cryptofs.conf \
${PREFIX}/share/examples/${PKGBASE}
${DESTDIR}${PREFIX}/share/examples/${PKGBASE}

.include "../../devel/glib2/buildlink3.mk"
.include "../../security/libgcrypt/buildlink3.mk"
Expand Down

0 comments on commit 5f6a769

Please sign in to comment.