summaryrefslogtreecommitdiff
path: root/x11/xless
diff options
context:
space:
mode:
authorjoerg <joerg>2009-07-07 17:22:27 +0000
committerjoerg <joerg>2009-07-07 17:22:27 +0000
commitc7a11a20d659ed7f614a0c47c24616f17c87a696 (patch)
treedb687806da54d931f9d3a63477f02913a246affd /x11/xless
parentfa67d10d7dda69ee1534b0a90141beb0457088d0 (diff)
downloadpkgsrc-c7a11a20d659ed7f614a0c47c24616f17c87a696.tar.gz
user-destdir support
Diffstat (limited to 'x11/xless')
-rw-r--r--x11/xless/Makefile6
-rw-r--r--x11/xless/distinfo4
-rw-r--r--x11/xless/patches/patch-aa15
3 files changed, 19 insertions, 6 deletions
diff --git a/x11/xless/Makefile b/x11/xless/Makefile
index 8d7b8d437af..073af26ca3b 100644
--- a/x11/xless/Makefile
+++ b/x11/xless/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2009/06/30 00:07:25 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2009/07/07 17:22:27 joerg Exp $
DISTNAME= xless-1.7
PKGREVISION= 3
@@ -9,10 +9,14 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} \
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= X11 text viewer; useful as an add-on tool for other apps
+PKG_DESTDIR_SUPPORT= user-destdir
+
MAKE_JOBS_SAFE= no
USE_IMAKE= yes
+INSTALLATION_DIRS= lib/X11
+
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXp/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
diff --git a/x11/xless/distinfo b/x11/xless/distinfo
index 3fba9e49038..8b8328027d8 100644
--- a/x11/xless/distinfo
+++ b/x11/xless/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 17:36:24 wiz Exp $
+$NetBSD: distinfo,v 1.5 2009/07/07 17:22:27 joerg Exp $
SHA1 (xless-1.7.tar.gz) = 2fb2c468aa6c0237be1d2bc256fcaf754c98b20e
RMD160 (xless-1.7.tar.gz) = 87047418d9928df97635b1f2b2908559fe5d2461
Size (xless-1.7.tar.gz) = 45559 bytes
-SHA1 (patch-aa) = 40886d34888ab70deba4cec08a1f9f596c3a6a88
+SHA1 (patch-aa) = d76edac759341d472a44eae25b08f8f89271fc5d
diff --git a/x11/xless/patches/patch-aa b/x11/xless/patches/patch-aa
index 20ba124366b..8b96cc03a6b 100644
--- a/x11/xless/patches/patch-aa
+++ b/x11/xless/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.2 1998/08/07 11:18:24 agc Exp $
+$NetBSD: patch-aa,v 1.3 2009/07/07 17:22:27 joerg Exp $
---- Imakefile.orig Thu Jun 2 16:22:14 1994
-+++ Imakefile Fri Dec 27 18:52:23 1996
+--- Imakefile.orig 1994-06-03 01:22:14.000000000 +0200
++++ Imakefile
@@ -5,7 +5,8 @@
* -DPRINTCMD=\"/usr/ucb/lpr\" - path to send file to printer
* -DTILDE_EXPANSION - perform ~ expansion on filenames
@@ -12,3 +12,12 @@ $NetBSD: patch-aa,v 1.2 1998/08/07 11:18:24 agc Exp $
SRCS = help.c init.c popup.c util.c callbacks.c window.c main.c \
+@@ -27,7 +28,7 @@ LOCAL_LIBRARIES = -Lregexp -lregexp XawC
+ MakeSubdirs($(SUBDIRS))
+ ComplexProgramTarget(xless)
+
+-InstallNonExec(xless.help, $(LIBDIR))
++InstallNonExec(xless.help,$(LIBDIR))
+ InstallAppDefaults(XLess)
+
+ #if ProjectX >= 5