diff options
author | rillig <rillig> | 2006-12-01 20:27:25 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-12-01 20:27:25 +0000 |
commit | 16c77a4152d19b55706c79763ad647e5671379e5 (patch) | |
tree | 9107084b7d69beb4b2b929aa1f4da3c4fcd63ddf /www/viewvc | |
parent | 073254f9d1ef3229d65fbb8c1d9db5c3073eb3e4 (diff) | |
download | pkgsrc-16c77a4152d19b55706c79763ad647e5671379e5.tar.gz |
Excluded one unused file from the portability checks.
Diffstat (limited to 'www/viewvc')
-rw-r--r-- | www/viewvc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/viewvc/Makefile b/www/viewvc/Makefile index e5c1b8555b9..5c2d5609a08 100644 --- a/www/viewvc/Makefile +++ b/www/viewvc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/10/21 09:05:44 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2006/12/01 20:27:25 rillig Exp $ # DISTNAME= viewvc-1.0.3 @@ -37,6 +37,8 @@ SUBST_SED.conf+= -e "s|@PREFIX@|${PREFIX}|g" SUBST_SED.conf+= -e "s|@PHP_OPT@|${PHP_OPT}|g" SUBST_SED.conf+= -e "s|@CVSGRAPH_OPT@|${CVSGRAPH_OPT}|g" +CHECK_PORTABILITY_SKIP= tools/make-release + do-install: (cd ${WRKSRC} && \ ${PYTHONBIN} \ |