summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2017-03-07 08:26:17 +0000
committermarkd <markd@pkgsrc.org>2017-03-07 08:26:17 +0000
commitffc4895c577ab4f803ccae69b78a932884f86b97 (patch)
treec55fc4a56aa77efe8f6ba155062319f323ee7f81
parent66f4c7db5178b94a65bb54c0c78498cc54453bff (diff)
downloadpkgsrc-ffc4895c577ab4f803ccae69b78a932884f86b97.tar.gz
Move urlbsd script to bin directory. Bump PKGREVISION.
-rw-r--r--print/tex-urlbst/Makefile11
-rw-r--r--print/tex-urlbst/PLIST4
2 files changed, 11 insertions, 4 deletions
diff --git a/print/tex-urlbst/Makefile b/print/tex-urlbst/Makefile
index d878f42dbf6..95fba4b2414 100644
--- a/print/tex-urlbst/Makefile
+++ b/print/tex-urlbst/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/01/20 23:22:49 markd Exp $
+# $NetBSD: Makefile,v 1.2 2017/03/07 08:26:17 markd Exp $
DISTNAME= urlbst
PKGNAME= tex-${DISTNAME}-0.7
+PKGREVISION= 1
TEXLIVE_REV= 29803
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -10,7 +11,13 @@ COMMENT= Web support for BibTeX
LICENSE= gnu-gpl-v2
USE_TOOLS+= perl:run
-REPLACE_PERL+= texmf-dist/scripts/urlbst/urlbst
+REPLACE_PERL+= bin/urlbst
+
+INSTALLATION_DIRS+= bin
+
+post-extract:
+ ${MKDIR} ${WRKSRC}/bin
+ ${MV} ${WRKSRC}/texmf-dist/scripts/urlbst/urlbst ${WRKSRC}/bin/urlbst
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/tex-urlbst/PLIST b/print/tex-urlbst/PLIST
index ac6d77e097e..a1966d2d024 100644
--- a/print/tex-urlbst/PLIST
+++ b/print/tex-urlbst/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2017/01/20 23:22:49 markd Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/03/07 08:26:17 markd Exp $
+bin/urlbst
share/texmf-dist/bibtex/bst/urlbst/abbrvurl.bst
share/texmf-dist/bibtex/bst/urlbst/alphaurl.bst
share/texmf-dist/bibtex/bst/urlbst/plainurl.bst
share/texmf-dist/bibtex/bst/urlbst/unsrturl.bst
-share/texmf-dist/scripts/urlbst/urlbst