svn commit: r367219 - head/sysutils/respond

Antoine Brodin antoine at FreeBSD.org
Wed Sep 3 16:54:24 UTC 2014


Author: antoine
Date: Wed Sep  3 16:54:23 2014
New Revision: 367219
URL: http://svnweb.freebsd.org/changeset/ports/367219
QAT: https://qat.redports.org/buildarchive/r367219/

Log:
  Remove reference to removed MANEXT

Modified:
  head/sysutils/respond/Makefile

Modified: head/sysutils/respond/Makefile
==============================================================================
--- head/sysutils/respond/Makefile	Wed Sep  3 16:51:56 2014	(r367218)
+++ head/sysutils/respond/Makefile	Wed Sep  3 16:54:23 2014	(r367219)
@@ -17,7 +17,6 @@ GH_COMMIT=	ebd9de3
 PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 
 MAKE_ENV+=	INSTALL_MAN="${INSTALL_MAN}" \
-		INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
-		MANEXT=${MANEXT}
+		INSTALL_PROGRAM="${INSTALL_PROGRAM}"
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list