diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-22 07:31:23 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-22 07:31:23 +0000 |
commit | 73dba6909782bbc75c29e3da183844320f43e06d (patch) | |
tree | da90cefca9e0e63d1eae7c2b2d53503dae27a9bc /community/psutils/psutils-1.17.patch | |
parent | 55738ff3967d067c059212161b02a8b9c2d04108 (diff) | |
download | aports-73dba6909782bbc75c29e3da183844320f43e06d.tar.bz2 aports-73dba6909782bbc75c29e3da183844320f43e06d.tar.xz |
community/psutils: moved from testing
Diffstat (limited to 'community/psutils/psutils-1.17.patch')
-rw-r--r-- | community/psutils/psutils-1.17.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/community/psutils/psutils-1.17.patch b/community/psutils/psutils-1.17.patch new file mode 100644 index 0000000000..4af32bd7f9 --- /dev/null +++ b/community/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 |