diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2015-11-30 13:47:37 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-11-30 13:47:37 +0000 |
commit | 017d4f32654b2a505d8a37e12c71a0ddf02dc96e (patch) | |
tree | b4430ce1c1cbe25e404b06a33a6c8f7648e19434 /testing/psutils/psutils-1.17.patch | |
parent | 5cfc330054d44412ab52040143884f6d6744ff6a (diff) | |
download | aports-017d4f32654b2a505d8a37e12c71a0ddf02dc96e.tar.bz2 aports-017d4f32654b2a505d8a37e12c71a0ddf02dc96e.tar.xz |
testing/psutils: new aport
Diffstat (limited to 'testing/psutils/psutils-1.17.patch')
-rw-r--r-- | testing/psutils/psutils-1.17.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/testing/psutils/psutils-1.17.patch b/testing/psutils/psutils-1.17.patch new file mode 100644 index 0000000000..4af32bd7f9 --- /dev/null +++ b/testing/psutils/psutils-1.17.patch @@ -0,0 +1,33 @@ +diff -u -r --new-file psutils.orig/Makefile.unix psutils/Makefile.unix +--- psutils.orig/Makefile.unix Tue Mar 11 14:52:59 1997 ++++ psutils/Makefile.unix Thu Jan 18 20:53:36 2001 +@@ -19,16 +19,16 @@ + # psnup puts multiple logical pages on one physical page + # psresize scales and moves pages to fit on different paper sizes + +-PAPER=a4 ++PAPER=letter + + # Makefile for PSUtils under Unix + + OS = UNIX + +-BINDIR = /usr/local/bin ++BINDIR = /usr/bin + SCRIPTDIR = $(BINDIR) +-INCLUDEDIR = /usr/local/share/psutils +-PERL = /usr/local/bin/perl ++INCLUDEDIR = /usr/share/psutils ++PERL = /usr/bin/perl + + BINMODE = 0755 + MANMODE = 0644 +@@ -36,7 +36,7 @@ + INSTALL = install -c -m $(BINMODE) + INSTALLMAN = install -c -m $(MANMODE) + MANEXT = 1 +-MANDIR = /usr/local/share/man/man$(MANEXT) ++MANDIR = /usr/man/man$(MANEXT) + + CC = gcc + CFLAGS = -DPAPER=\"$(PAPER)\" -DUNIX -O -Wall |