diff options
author | wiz <wiz@pkgsrc.org> | 2003-09-23 13:29:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-09-23 13:29:25 +0000 |
commit | 7da77deb824c3b5cafef0d96a49c1d766ac75011 (patch) | |
tree | c653131868740d36b0fc7b884527921479b38677 /sysutils/cpogm | |
parent | acf4c985c79b64110d364ce17867db7f6c911560 (diff) | |
download | pkgsrc-7da77deb824c3b5cafef0d96a49c1d766ac75011.tar.gz |
Fix installation on Solaris. From Jonathan Perkin in PR 22906.
Diffstat (limited to 'sysutils/cpogm')
-rw-r--r-- | sysutils/cpogm/distinfo | 3 | ||||
-rw-r--r-- | sysutils/cpogm/patches/patch-aa | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/sysutils/cpogm/distinfo b/sysutils/cpogm/distinfo index cdedfcd1e77..545479d6770 100644 --- a/sysutils/cpogm/distinfo +++ b/sysutils/cpogm/distinfo @@ -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 --git a/sysutils/cpogm/patches/patch-aa b/sysutils/cpogm/patches/patch-aa new file mode 100644 index 00000000000..dd7f68f9e16 --- /dev/null +++ b/sysutils/cpogm/patches/patch-aa @@ -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} |