svn commit: r385293 - head/editors/dkns

Antoine Brodin antoine at FreeBSD.org
Sun May 3 17:44:13 UTC 2015


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
 


More information about the svn-ports-all mailing list