summaryrefslogtreecommitdiff
path: root/graphics/ljpeg/patches
diff options
context:
space:
mode:
authortnn <tnn>2009-10-29 22:34:33 +0000
committertnn <tnn>2009-10-29 22:34:33 +0000
commit2b00c5917d3318384fdb6ce0d2a0e0bcfce78c71 (patch)
tree23e68b3fd70c290a49b5c27ff54807feb1709d3f /graphics/ljpeg/patches
parent24c64ed9c3378267644ce037e255abffc6dc3726 (diff)
downloadpkgsrc-2b00c5917d3318384fdb6ce0d2a0e0bcfce78c71.tar.gz
Support DESTDIR and PKGMANDIR
Diffstat (limited to 'graphics/ljpeg/patches')
-rw-r--r--graphics/ljpeg/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/ljpeg/patches/patch-aa b/graphics/ljpeg/patches/patch-aa
index 5f24f757e56..08545828485 100644
--- a/graphics/ljpeg/patches/patch-aa
+++ b/graphics/ljpeg/patches/patch-aa
@@ -1,19 +1,19 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/12/21 21:30:14 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2009/10/29 22:34:33 tnn Exp $
---- Makefile.orig Wed Jun 22 18:48:40 1994
+--- Makefile.orig 1994-06-22 18:48:40.000000000 +0200
+++ Makefile
@@ -1,19 +1,19 @@
#
# Set BINDIR to where you want the binaries to go.
#
-BINDIR= /usr/public/sun4/bin
-+BINDIR= ${PREFIX}/bin
++BINDIR= ${DESTDIR}${PREFIX}/bin
#
# Set MANDIR to where you want the man pages to go.
#
-MANDIR= /usr/public/share/man/man1
-+MANDIR= ${PREFIX}/man/man1
++MANDIR= ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
#
# Select your favorite compiler and compilation flags here.