pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/opencm gunzip info file, so it is picked up auto...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd363e23fcad
branches:  trunk
changeset: 508937:fd363e23fcad
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 28 17:42:11 2006 +0000

description:
gunzip info file, so it is picked up automatically. Bump PKGREVISION.

diffstat:

 devel/opencm/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r c6232c273c78 -r fd363e23fcad devel/opencm/Makefile
--- a/devel/opencm/Makefile     Tue Feb 28 17:41:43 2006 +0000
+++ b/devel/opencm/Makefile     Tue Feb 28 17:42:11 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.36 2006/02/05 23:08:49 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2006/02/28 17:42:11 wiz Exp $
 #
 
 DISTNAME=      ${OPENCM_VERSION}-2-src
 PKGNAME=       ${OPENCM_VERSION:C/alpha/rc/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  http://www.opencm.org/releases/
 EXTRACT_SUFX=  .tgz
@@ -29,6 +29,9 @@
 CPPFLAGS+=     -D__unix__
 MAKE_ENV+=     GZIP_CMD=${GZIP_CMD:Q}
 
+post-install:
+       gzip -d ${PREFIX}/info/opencm.info.gz
+
 .include "../../devel/boehm-gc/buildlink3.mk"
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"



Home | Main Index | Thread Index | Old Index