pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2008Q1]: pkgsrc/devel/cgdb pullup ticket #2349 - requested is,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48320849dff2
branches:  pkgsrc-2008Q1
changeset: 540294:48320849dff2
user:      rtr <rtr%pkgsrc.org@localhost>
date:      Sat Apr 26 07:01:33 2008 +0000

description:
pullup ticket #2349 - requested is,joerg
fixes package installation

Revisions pulled up:
- pkgsrc/devel/cgdb/Makefile    1.14,1.15

   Module Name: pkgsrc
   Committed By:        joerg
   Date:                Mon Apr  7 16:46:33 UTC 2008

   Modified Files:
        pkgsrc/devel/cgdb: Makefile

   Log Message:
   simplify and fix typo.
   ------------------------------------------------------------------------
   Module Name: pkgsrc
   Committed By:        is
   Date:                Wed Apr 23 14:18:03 UTC 2008

   Modified Files:
        pkgsrc/devel/cgdb: Makefile

   Log Message:
   Another typo fixed that prevented installation

diffstat:

 devel/cgdb/Makefile |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r df1353ade9d3 -r 48320849dff2 devel/cgdb/Makefile
--- a/devel/cgdb/Makefile       Sat Apr 26 06:35:31 2008 +0000
+++ b/devel/cgdb/Makefile       Sat Apr 26 07:01:33 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2008/03/03 17:45:34 jlam Exp $
+# $NetBSD: Makefile,v 1.13.2.1 2008/04/26 07:01:33 rtr Exp $
 #
 
 DISTNAME=      cgdb-0.4.0
@@ -17,12 +17,11 @@
 USE_NCURSES=   # tigetstr()
 USE_GNU_READLINE=      # rl_mark and others
 
-INSTALLATION_DIRS=     bin
+INSTALLATION_DIRS=     bin share/doc/cgdb
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/cgdb/src/cgdb ${DESTDIR]${PREFIX}/bin
-       ${INSTALL_DATA_DIR} ${DESTDIR]${PREFIX}/share/doc/cgdb
-       ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR]${PREFIX}/share/doc/cgdb
+       ${INSTALL_PROGRAM} ${WRKSRC}/cgdb/src/cgdb ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/cgdb
 
 .include "../../devel/readline/buildlink3.mk"
 .include "../../devel/ncurses/buildlink3.mk"



Home | Main Index | Thread Index | Old Index