diff options
Diffstat (limited to 'devel/pmccabe/Makefile')
-rw-r--r-- | devel/pmccabe/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/pmccabe/Makefile b/devel/pmccabe/Makefile index c9a35cbaad2..ee8879c0032 100644 --- a/devel/pmccabe/Makefile +++ b/devel/pmccabe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/02/16 18:48:05 hans Exp $ +# $NetBSD: Makefile,v 1.11 2012/10/31 11:19:25 asau Exp $ DISTNAME= pmccabe-2.5-CVS20081026 PKGNAME= pmccabe-2.5 @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.parisc-linux.org/~bame/pmccabe/ COMMENT= Measures the McCabe cyclomatic complexity of C and C++ -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/pmccabe CFLAGS+= -D__unix=1 |