summaryrefslogtreecommitdiff
path: root/filesystems/perfuse
diff options
context:
space:
mode:
authorwiz <wiz>2010-09-06 12:44:42 +0000
committerwiz <wiz>2010-09-06 12:44:42 +0000
commit52307cf4ba73c7f96767f67d1be5b60e5f15fdae (patch)
treee8c2bd65b5dc5084ca62f197c56eb6a109e2046a /filesystems/perfuse
parent32323b3462971b684c5bfb6e22d410c1c05c9af5 (diff)
downloadpkgsrc-52307cf4ba73c7f96767f67d1be5b60e5f15fdae.tar.gz
Fix path to perfused. Bump PKGREVISION.
Diffstat (limited to 'filesystems/perfuse')
-rw-r--r--filesystems/perfuse/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/filesystems/perfuse/Makefile b/filesystems/perfuse/Makefile
index 717951b651e..6947daeabcb 100644
--- a/filesystems/perfuse/Makefile
+++ b/filesystems/perfuse/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2010/09/06 12:12:40 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2010/09/06 12:44:42 wiz Exp $
#
DISTNAME= perfuse-20100906
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= filesystems
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/perfuse/
EXTRACT_SUFX= .tgz
@@ -17,6 +17,12 @@ WRKSRC= ${WRKDIR}/src/
BUILD_DIRS= lib/libperfuse usr.sbin/perfused
BUILDLINK_TRANSFORM= rm:-Werror
+SUBST_CLASSES+= prefix
+SUBST_STAGE.prefix= post-patch
+SUBST_SED.prefix= -e "s,/usr/sbin/perfused,${PREFIX}/sbin/perfused,g"
+SUBST_FILES.prefix= lib/libperfuse/perfuse_if.h
+SUBST_MESSAGE.prefix= Fixing path to perfused.
+
INSTALLATION_DIRS= include lib sbin
pre-build: