svn commit: r395332 - head/irc/dircproxy

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Aug 26 02:43:52 UTC 2015


Author: amdmi3
Date: Wed Aug 26 02:43:51 2015
New Revision: 395332
URL: https://svnweb.freebsd.org/changeset/ports/395332

Log:
  - Remove deprecated and unused MAN1 knob
  - Don't hardcode make command
  
  Approved by:	portmgr blanket

Modified:
  head/irc/dircproxy/Makefile

Modified: head/irc/dircproxy/Makefile
==============================================================================
--- head/irc/dircproxy/Makefile	Wed Aug 26 02:43:40 2015	(r395331)
+++ head/irc/dircproxy/Makefile	Wed Aug 26 02:43:51 2015	(r395332)
@@ -16,9 +16,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 GNU_CONFIGURE=	yes
 SUB_FILES+=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message
-MAN1=		dircproxy.1 dircproxy-crypt.1
 
 post-install:
-	@cd ${WRKSRC}/doc && make install-man DESTDIR=${STAGEDIR}
+	@cd ${WRKSRC}/doc && ${MAKE_CMD} install-man DESTDIR=${STAGEDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list