aboutsummaryrefslogtreecommitdiff
path: root/devel/valgrind
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2008-09-23 07:02:14 +0000
committerSimon Barner <barner@FreeBSD.org>2008-09-23 07:02:14 +0000
commit40b4b2301729b2fe7aa8d79849ce31924b562138 (patch)
treeeace253335aef475a6e397eebe192fc0c3840c42 /devel/valgrind
parent50fa1f3d566a82c27447f5dee1b405903e1d7aa4 (diff)
downloadports-40b4b2301729b2fe7aa8d79849ce31924b562138.tar.gz
ports-40b4b2301729b2fe7aa8d79849ce31924b562138.zip
Notes
Diffstat (limited to 'devel/valgrind')
-rw-r--r--devel/valgrind/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/valgrind/Makefile b/devel/valgrind/Makefile
index 2b8d1bbdf03b..ba58c0ef80ab 100644
--- a/devel/valgrind/Makefile
+++ b/devel/valgrind/Makefile
@@ -44,7 +44,7 @@ PLIST_SUB+= RELENG_6="@comment "
PLIST_SUB+= RELENG_7="@comment "
.endif
-PROCFS!= /sbin/mount | ${GREP} '^procfs' | ${AWK} '{print $1}'
+PROCFS!= if test -r /proc/curproc/status; then echo "procfs"; else echo ""; fi
pre-everything::