summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2019-10-18 09:03:12 +0000
committerpho <pho@pkgsrc.org>2019-10-18 09:03:12 +0000
commit3fe23d503c52c13758e599e29822c8ae958ece9a (patch)
tree82ec4499e5890cc5d03328a4cec6a770b581fcaa
parent0b662c7e866e0373c58f2ef944ccb4c00b62742d (diff)
downloadpkgsrc-3fe23d503c52c13758e599e29822c8ae958ece9a.tar.gz
Add ALTERNATIVES file; bump revision
-rw-r--r--net/unison2.48/ALTERNATIVES1
-rw-r--r--net/unison2.48/Makefile4
2 files changed, 3 insertions, 2 deletions
diff --git a/net/unison2.48/ALTERNATIVES b/net/unison2.48/ALTERNATIVES
new file mode 100644
index 00000000000..1489d0b0785
--- /dev/null
+++ b/net/unison2.48/ALTERNATIVES
@@ -0,0 +1 @@
+bin/unison @PREFIX@/bin/unison-2.48
diff --git a/net/unison2.48/Makefile b/net/unison2.48/Makefile
index 672d033164d..2c4c1f2a326 100644
--- a/net/unison2.48/Makefile
+++ b/net/unison2.48/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2019/07/29 18:07:10 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2019/10/18 09:03:12 pho Exp $
GITHUB_TAG= v${PKGVERSION_NOREV}
DISTNAME= unison-2.48.15v4
PKGNAME= ${DISTNAME:S/unison/unison2.48/}
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=bcpierce00/}