summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-02-16 00:52:06 +0000
committerwiz <wiz@pkgsrc.org>2019-02-16 00:52:06 +0000
commitf3b743be4250cbc84bd2c052890af4f1d99c2087 (patch)
tree5ca47d620ea90502fe3a62aa2135685ea58ce841 /editors
parent375a991f3d29da9bc47d77ffdff94655778fd4e8 (diff)
downloadpkgsrc-f3b743be4250cbc84bd2c052890af4f1d99c2087.tar.gz
vile: simplify installation of vileget
Diffstat (limited to 'editors')
-rw-r--r--editors/vile/Makefile4
-rw-r--r--editors/vile/distinfo4
-rw-r--r--editors/vile/patches/patch-makefile.in10
3 files changed, 4 insertions, 14 deletions
diff --git a/editors/vile/Makefile b/editors/vile/Makefile
index bc392810e58..e4031e61813 100644
--- a/editors/vile/Makefile
+++ b/editors/vile/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2019/02/15 19:50:27 wiz Exp $
+# $NetBSD: Makefile,v 1.70 2019/02/16 00:52:06 wiz Exp $
DISTNAME= vile-9.8t
CATEGORIES= editors
@@ -30,8 +30,6 @@ FILTERDIR= ${PREFIX}/libexec/vile
EGDIR= ${PREFIX}/share/examples/vile
post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/perl/vileget \
- ${DESTDIR}${PREFIX}/bin/vileget
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
set -e; \
for f in filters/spell.rc filters/filters.rc \
diff --git a/editors/vile/distinfo b/editors/vile/distinfo
index 602bf797990..fddc4670f55 100644
--- a/editors/vile/distinfo
+++ b/editors/vile/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.15 2019/02/15 19:50:27 wiz Exp $
+$NetBSD: distinfo,v 1.16 2019/02/16 00:52:06 wiz Exp $
SHA1 (vile-9.8t.tgz) = 9e181852cdc3ff72756ace4873bcf3eddd071cf5
RMD160 (vile-9.8t.tgz) = 73357094c3950296e77dd3ea372413fa5955a935
SHA512 (vile-9.8t.tgz) = 4be4e37c7231395cae9236796073c2c3e428f1945283785a931c5d4cce94e0f970efa6634b0f9053679a00f4b4577704ea38ded2129e444b26ee9935a1c3d229
Size (vile-9.8t.tgz) = 2352119 bytes
SHA1 (patch-filters_makefile.in) = c2127de2f65ee09bce3ee0fd9163be95bf686c61
-SHA1 (patch-makefile.in) = 18ef317849cb2426aebf4523bda0369efbfdf1fb
+SHA1 (patch-makefile.in) = ed2be4b98d6a44231271c79c9cbe1b93bc410a4b
diff --git a/editors/vile/patches/patch-makefile.in b/editors/vile/patches/patch-makefile.in
index 30ca3d66273..d1b84df004c 100644
--- a/editors/vile/patches/patch-makefile.in
+++ b/editors/vile/patches/patch-makefile.in
@@ -1,4 +1,4 @@
-$NetBSD: patch-makefile.in,v 1.2 2019/02/15 19:50:27 wiz Exp $
+$NetBSD: patch-makefile.in,v 1.3 2019/02/16 00:52:06 wiz Exp $
Carryover from vile 0.97, patch-aa (updated)
@@ -24,11 +24,3 @@ Carryover from vile 0.97, patch-aa (updated)
docdir = $(datadir)/doc
htmldir = $(datadir)/html
perldir = $(datadir)/perl
-@@ -428,7 +428,6 @@ INSTALL_MACRO_FILES = \
-
- INSTALL_PERL_DIRS = $(PERLDIR) $(PERLDIR)/Vile
- INSTALL_PERL_FILES = \
-- $(BINDIR)/vileget \
- $(PERLDIR)/Breadcrumbs.pm \
- $(PERLDIR)/CaptHook.pm \
- $(PERLDIR)/Glob2re.pm \