diff options
author | tnn <tnn@pkgsrc.org> | 2015-04-25 13:40:39 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-04-25 13:40:39 +0000 |
commit | d1a5db7eeebfb248b52f3ac768b5849f235f32ef (patch) | |
tree | d94fc8ee1a3adfb892f08f66d565cc6951f39907 | |
parent | 219883b1ebdb6a86e99480828f784452d2612c2d (diff) | |
download | pkgsrc-d1a5db7eeebfb248b52f3ac768b5849f235f32ef.tar.gz |
avoid starting a line with "# used by" since it confuses revbump tools
-rw-r--r-- | chat/psi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile index b2761367eb9..004e85ee536 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.80 2014/02/12 23:17:37 tron Exp $ +# $NetBSD: Makefile,v 1.81 2015/04/25 13:40:39 tnn Exp $ DISTNAME= psi-0.15 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psi/} EXTRACT_SUFX= .tar.bz2 @@ -31,8 +31,8 @@ CONFIGURE_ARGS+= --with-qca-lib=${BUILDLINK_PREFIX.qca2}/lib CONFIGURE_ARGS+= --with-qca-inc=${BUILDLINK_PREFIX.qca2}/include # -# a group of scripts that aren't to be installed, and aren't -# used by the pkgsrc system. But they all have the non-standard +# a group of scripts that aren't to be installed, and aren't used +# by the pkgsrc system. But they all have the non-standard # "==" in them. (silly linux developers thinking [ bash = sh ]. # CHECK_PORTABILITY_SKIP= admin/build/devconfig.sh \ |