pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/cpogm Fix installation on Solaris. From Jonat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c7738e0a8fe9
branches: trunk
changeset: 461899:c7738e0a8fe9
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Sep 23 13:29:25 2003 +0000
description:
Fix installation on Solaris. From Jonathan Perkin in PR 22906.
diffstat:
sysutils/cpogm/distinfo | 3 ++-
sysutils/cpogm/patches/patch-aa | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (29 lines):
diff -r 78c3f99f8a01 -r c7738e0a8fe9 sysutils/cpogm/distinfo
--- a/sysutils/cpogm/distinfo Tue Sep 23 13:23:25 2003 +0000
+++ b/sysutils/cpogm/distinfo Tue Sep 23 13:29:25 2003 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/19 11:29:00 agc Exp $
+$NetBSD: distinfo,v 1.3 2003/09/23 13:29:25 wiz Exp $
SHA1 (cpogm-1.0.tar.gz) = 676cc5d6220c29c9a7832500a86b133c474e395a
Size (cpogm-1.0.tar.gz) = 981 bytes
+SHA1 (patch-aa) = 5de67b71c884e5dc0a02806e80bec5cd78765cd0
diff -r 78c3f99f8a01 -r c7738e0a8fe9 sysutils/cpogm/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/cpogm/patches/patch-aa Tue Sep 23 13:29:25 2003 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2003/09/23 13:29:26 wiz Exp $
+
+--- Makefile.orig Sun Sep 12 16:23:32 1999
++++ Makefile Tue Sep 23 10:04:24 2003
+@@ -18,8 +18,8 @@
+ chmod a+rx $@
+
+ install: ${CMD}
+- install -c -m 755 ${CMD} ${PREFIX}/${BIN}/${CMD}
+- install -c -m 444 ${CMD}.man ${PREFIX}/man/man${MAN}/${CMD}.${MAN}
++ ${BSD_INSTALL_SCRIPT} ${CMD} ${PREFIX}/${BIN}/${CMD}
++ ${BSD_INSTALL_MAN} ${CMD}.man ${PREFIX}/man/man${MAN}/${CMD}.${MAN}
+
+ clean:
+ rm -f ${CMD}
Home |
Main Index |
Thread Index |
Old Index