summaryrefslogtreecommitdiff
path: root/graphics/xv/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xv/patches/patch-aj')
-rw-r--r--graphics/xv/patches/patch-aj22
1 files changed, 0 insertions, 22 deletions
diff --git a/graphics/xv/patches/patch-aj b/graphics/xv/patches/patch-aj
deleted file mode 100644
index 38fe3742a71..00000000000
--- a/graphics/xv/patches/patch-aj
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-aj,v 1.2 2005/08/10 16:50:18 he Exp $
-
---- Makefile.std.orig 2005-07-29 15:33:26.000000000 +0200
-+++ Makefile.std
-@@ -41,7 +41,7 @@ CLEANDIR = cleandir
-
-
- ### Installation locations
--PREFIX = /usr/local
-+PREFIX = ${LOCALBASE}
- BINDIR = $(PREFIX)/bin
- MANDIR = $(PREFIX)/man/man1
- MANSUF = 1
-@@ -89,7 +89,7 @@ JPEGLIB = -L$(JPEGDIR)/lib -ljpeg
- ### on your machine, *COMMENT OUT* the following lines
- ###
- PNG = -DDOPNG
--PNGDIR = /usr
-+PNGDIR = ${LOCALBASE}
- #PNGDIR = /usr/local
- #PNGDIR = ../../libpng
- ###