summaryrefslogtreecommitdiff
path: root/devel/pmccabe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pmccabe/Makefile')
-rw-r--r--devel/pmccabe/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/pmccabe/Makefile b/devel/pmccabe/Makefile
index 2dcf4f43c94..2023d5d468c 100644
--- a/devel/pmccabe/Makefile
+++ b/devel/pmccabe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/03/04 21:29:26 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:28 joerg Exp $
DISTNAME= pmccabe_2.2-3
PKGNAME= pmccabe-2.2.3
@@ -8,6 +8,8 @@ MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/pmccabe/}
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Measures the McCabe cyclomatic complexity of C and C++
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}/pmccabe
CFLAGS+= -D__unix=1