summaryrefslogtreecommitdiff
path: root/lang/lush
diff options
context:
space:
mode:
authordholland <dholland>2012-07-22 01:08:23 +0000
committerdholland <dholland>2012-07-22 01:08:23 +0000
commit0cab923eb939257ab92596303c072fa877c31699 (patch)
treee62c0ce3a60c8e0627a675295a1c6e052e7db192 /lang/lush
parentc8886c3bff58839975a54aa069b1b1130826fb98 (diff)
downloadpkgsrc-0cab923eb939257ab92596303c072fa877c31699.tar.gz
Fix some pkglint.
Diffstat (limited to 'lang/lush')
-rw-r--r--lang/lush/Makefile4
-rw-r--r--lang/lush/distinfo4
-rw-r--r--lang/lush/patches/patch-ac4
3 files changed, 7 insertions, 5 deletions
diff --git a/lang/lush/Makefile b/lang/lush/Makefile
index 42bd7744593..5673945c6fb 100644
--- a/lang/lush/Makefile
+++ b/lang/lush/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/01/13 10:55:16 obache Exp $
+# $NetBSD: Makefile,v 1.8 2012/07/22 01:08:23 dholland Exp $
DISTNAME= lush-1.2.1
PKGREVISION= 2
@@ -18,7 +18,7 @@ USE_GNU_READLINE= yes # rl_getc, rl_basic_quote_characters, rl_insert_close
CONFIGURE_ARGS+= --without-bfd
-WRKSRC= $(WRKDIR)/lush
+WRKSRC= ${WRKDIR}/lush
post-install:
${RM} ${DESTDIR}${PREFIX}/share/lush/lsh/libc/*.lsh.orig
diff --git a/lang/lush/distinfo b/lang/lush/distinfo
index 1e85f0e8ad4..f0d376aba99 100644
--- a/lang/lush/distinfo
+++ b/lang/lush/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2009/01/16 16:35:33 asau Exp $
+$NetBSD: distinfo,v 1.4 2012/07/22 01:08:23 dholland Exp $
SHA1 (lush-1.2.1.tar.gz) = c378f339320e98b6c7b9177aec6284567f4aa088
RMD160 (lush-1.2.1.tar.gz) = 22622b256aab3ad1712b3bbb0c2f892de017002f
Size (lush-1.2.1.tar.gz) = 4431778 bytes
-SHA1 (patch-ac) = 1b702c7728b2d7de1b20544fc757a6e0f9f52b8e
+SHA1 (patch-ac) = 53590b03ff1fa4f182cdc30063d0b854d9681c72
diff --git a/lang/lush/patches/patch-ac b/lang/lush/patches/patch-ac
index 64db38c363f..172751ac8b6 100644
--- a/lang/lush/patches/patch-ac
+++ b/lang/lush/patches/patch-ac
@@ -1,4 +1,6 @@
-$NetBSD: patch-ac,v 1.1 2008/08/17 06:45:48 dholland Exp $
+$NetBSD: patch-ac,v 1.2 2012/07/22 01:08:24 dholland Exp $
+
+Fix handling of user home directory in runtime.
--- lsh/libc/shell.lsh~ 2005-03-08 15:14:44.000000000 -0500
+++ lsh/libc/shell.lsh 2008-08-17 02:40:12.000000000 -0400