pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/unison2.32



Module Name:    pkgsrc
Committed By:   dholland
Date:           Wed Mar 14 10:16:57 UTC 2018

Modified Files:
        pkgsrc/net/unison2.32: Makefile

Log Message:
minor pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 pkgsrc/net/unison2.32/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/unison2.32/Makefile
diff -u pkgsrc/net/unison2.32/Makefile:1.64 pkgsrc/net/unison2.32/Makefile:1.65
--- pkgsrc/net/unison2.32/Makefile:1.64 Wed Mar 14 10:16:03 2018
+++ pkgsrc/net/unison2.32/Makefile      Wed Mar 14 10:16:57 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.64 2018/03/14 10:16:03 dholland Exp $
+# $NetBSD: Makefile,v 1.65 2018/03/14 10:16:57 dholland Exp $
 
 DISTNAME=      unison-2.32.52
 PKGREVISION=   64
-
 CATEGORIES=    net
 MASTER_SITES=  http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/
 
@@ -17,7 +16,7 @@ BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.0
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 USE_TOOLS+=    gmake
 MAKE_FLAGS+=   CFLAGS=""
-MAKE_ENV+=     HOME=${WRKDIR:Q}
+MAKE_ENV+=     HOME=${WRKDIR}
 
 # with -j, runs only about half the build and then stops
 MAKE_JOBS_SAFE=        no



Home | Main Index | Thread Index | Old Index