pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/psify call ${BSD_INSTALL} instead of "install". ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e7f584c79680
branches: trunk
changeset: 478497:e7f584c79680
user: grant <grant%pkgsrc.org@localhost>
date: Sat Jul 24 22:35:43 2004 +0000
description:
call ${BSD_INSTALL} instead of "install". fixes install on Solaris.
diffstat:
print/psify/distinfo | 4 ++--
print/psify/patches/patch-aa | 14 +++++++++++---
2 files changed, 13 insertions(+), 5 deletions(-)
diffs (41 lines):
diff -r 204b3a92d556 -r e7f584c79680 print/psify/distinfo
--- a/print/psify/distinfo Sat Jul 24 22:28:08 2004 +0000
+++ b/print/psify/distinfo Sat Jul 24 22:35:43 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/07/10 13:55:09 salo Exp $
+$NetBSD: distinfo,v 1.4 2004/07/24 22:35:43 grant Exp $
SHA1 (psify/Makefile) = fbceb5e2add289e07a42fceb0978a95e57b316c3
Size (psify/Makefile) = 498 bytes
@@ -8,4 +8,4 @@
Size (psify/psify.lex) = 18541 bytes
SHA1 (psify/psify.man) = f517bc97ba3d3ff20fa19f86f4a6c26d20e1afbc
Size (psify/psify.man) = 4023 bytes
-SHA1 (patch-aa) = da19420bf10a2c22afc86a9140943c4857641fe9
+SHA1 (patch-aa) = 9caa22acf3fd00cf355eb44638a93410784961c3
diff -r 204b3a92d556 -r e7f584c79680 print/psify/patches/patch-aa
--- a/print/psify/patches/patch-aa Sat Jul 24 22:28:08 2004 +0000
+++ b/print/psify/patches/patch-aa Sat Jul 24 22:35:43 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1 2004/07/10 13:55:09 salo Exp $
+$NetBSD: patch-aa,v 1.2 2004/07/24 22:35:43 grant Exp $
---- Makefile.orig Sat Jul 10 15:43:55 2004
-+++ Makefile Sat Jul 10 15:44:27 2004
+--- Makefile.orig 2004-07-25 08:33:58.000000000 +1000
++++ Makefile
@@ -2,10 +2,10 @@
PROG = psify
@@ -17,3 +17,11 @@
#GREP = grep
#LIBS = `$(GREP) -q FLEX_SCANNER lex.yy.c || echo -ll`
+@@ -26,5 +26,5 @@ clean:
+ rm -f $(PROG) *.o lex.yy.c *~
+
+ install: all
+- install -c -s -m 755 psify $(prefix)/bin/psify
+- install -c -m 644 psify.man $(prefix)/man/man1/psify.1
++ ${BSD_INSTALL} -c -s -m 755 psify $(prefix)/bin/psify
++ ${BSD_INSTALL} -c -m 644 psify.man $(prefix)/man/man1/psify.1
Home |
Main Index |
Thread Index |
Old Index