diff options
author | rillig <rillig@pkgsrc.org> | 2006-11-09 11:12:06 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-11-09 11:12:06 +0000 |
commit | 301b9ab8da2f2719f4642cbd3f85efeed3a26528 (patch) | |
tree | 6a3c6784ce31747d643550b5d2a22223ddcfe726 /lang/cint | |
parent | 576d5e3854b63865a1e02cd6f91d6244d524c4e4 (diff) | |
download | pkgsrc-301b9ab8da2f2719f4642cbd3f85efeed3a26528.tar.gz |
Fixed "test ==".
Diffstat (limited to 'lang/cint')
-rw-r--r-- | lang/cint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile index 73552a61a3a..be04d6f46e2 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/10/04 21:46:34 rillig Exp $ +# $NetBSD: Makefile,v 1.23 2006/11/09 11:12:06 rillig Exp $ DISTNAME= cint5.15 PKGNAME= cint-5.15.174 @@ -26,6 +26,7 @@ PLIST_SUBST+= HAVE_THR="@comment " INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man2 INSTALLATION_DIRS+= ${PKGMANDIR}/man3 USE_LANGUAGES= c c++ +CHECK_PORTABILITY_SKIP+= INSTALLBIN post-extract: ${FIND} -d ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} \; |