summaryrefslogtreecommitdiff
path: root/net/unison
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-10-09 14:05:50 +0000
committerwiz <wiz@pkgsrc.org>2014-10-09 14:05:50 +0000
commitef5c8ed42b5f83bfa34699052d684f23e761e43e (patch)
tree82ab845b1db083e88ed835d07dece15a80699928 /net/unison
parentfbf38e8840be11bf05366e3d5753230a5969222f (diff)
downloadpkgsrc-ef5c8ed42b5f83bfa34699052d684f23e761e43e.tar.gz
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'net/unison')
-rw-r--r--net/unison/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile
index 4deb93eb5b3..6c9226ea8ca 100644
--- a/net/unison/Makefile
+++ b/net/unison/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.84 2014/10/07 16:47:33 adam Exp $
+# $NetBSD: Makefile,v 1.85 2014/10/09 14:06:49 wiz Exp $
DISTNAME= unison-2.40.102
PKGREVISION= 19
@@ -10,8 +10,6 @@ HOMEPAGE= http://www.cis.upenn.edu/~bcpierce/unison/
COMMENT= File-synchronization tool
LICENSE= gnu-gpl-v3
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
.if (${MACHINE_ARCH} == "arm")
BUILDLINK_ABI_DEPENDS.ocaml+= ocaml>=3.12.0nb2
.else