svn commit: r324576 - head/sysutils/entr

Jason Helfman jgh at FreeBSD.org
Sun Aug 11 07:33:17 UTC 2013


Author: jgh
Date: Sun Aug 11 07:33:16 2013
New Revision: 324576
URL: http://svnweb.freebsd.org/changeset/ports/324576

Log:
  - prefix should be manprefix
  
  PR:		181150
  Approved by:	danilogondolfo at gmail.com (maintainer, implicit)

Modified:
  head/sysutils/entr/Makefile

Modified: head/sysutils/entr/Makefile
==============================================================================
--- head/sysutils/entr/Makefile	Sun Aug 11 06:48:44 2013	(r324575)
+++ head/sysutils/entr/Makefile	Sun Aug 11 07:33:16 2013	(r324576)
@@ -11,7 +11,7 @@ COMMENT=	Runs arbitrary commands when fi
 WRKSRC=	${WRKDIR}/eradman-entr-963b395019be
 
 MAKEFILE=	Makefile.bsd
-MAKE_ARGS=	MANPREFIX=${PREFIX}/man
+MAKE_ARGS=	MANPREFIX=${MANPREFIX}/man
 PLIST_FILES=	bin/entr
 MAN1=	entr.1
 MANCOMPRESSED=	no


More information about the svn-ports-head mailing list