diff options
author | rillig <rillig> | 2006-11-09 11:12:06 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-11-09 11:12:06 +0000 |
commit | ab2e5eef1410614c8b19eeaa39eb9c8d51a8ce3f (patch) | |
tree | 6a3c6784ce31747d643550b5d2a22223ddcfe726 /lang/cint | |
parent | 9469cc993edb33438e817f94fbfa81ba8bab8f91 (diff) | |
download | pkgsrc-ab2e5eef1410614c8b19eeaa39eb9c8d51a8ce3f.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 {} \; |