pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/cint Fixed "test ==".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a678c902ca0
branches:  trunk
changeset: 521323:9a678c902ca0
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 09 11:12:06 2006 +0000

description:
Fixed "test ==".

diffstat:

 lang/cint/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 76716f7d1cb0 -r 9a678c902ca0 lang/cint/Makefile
--- a/lang/cint/Makefile        Thu Nov 09 11:08:01 2006 +0000
+++ b/lang/cint/Makefile        Thu Nov 09 11:12:06 2006 +0000
@@ -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 @@
 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 {} \;



Home | Main Index | Thread Index | Old Index