Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 May 2015 17:44:12 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r385293 - head/editors/dkns
Message-ID:  <201505031744.t43HiC20011800@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun May  3 17:44:12 2015
New Revision: 385293
URL: https://svnweb.freebsd.org/changeset/ports/385293

Log:
  Re-apply r368096 to allow staging as a regular user
  
  Pointy hat:	robak

Modified:
  head/editors/dkns/Makefile

Modified: head/editors/dkns/Makefile
==============================================================================
--- head/editors/dkns/Makefile	Sun May  3 17:20:49 2015	(r385292)
+++ head/editors/dkns/Makefile	Sun May  3 17:44:12 2015	(r385293)
@@ -11,6 +11,8 @@ COMMENT=	Simple console text editor
 
 RUN_DEPENDS=	munger:${PORTSDIR}/lang/munger
 
+MAKE_ENV=	INSTALL_MAN="${INSTALL_MAN}" INSTALL_SCRIPT="${INSTALL_SCRIPT}"
+
 PLIST_FILES=	bin/dkns \
 		man/man1/dkns.1.gz
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505031744.t43HiC20011800>