svn commit: r347573 - head/irc/iroffer-dinoex

Dirk Meyer dinoex at FreeBSD.org
Sun Mar 9 14:00:23 UTC 2014


Author: dinoex
Date: Sun Mar  9 14:00:22 2014
New Revision: 347573
URL: http://svnweb.freebsd.org/changeset/ports/347573
QAT: https://qat.redports.org/buildarchive/r347573/

Log:
  - remove broken MANPREFIX

Modified:
  head/irc/iroffer-dinoex/Makefile

Modified: head/irc/iroffer-dinoex/Makefile
==============================================================================
--- head/irc/iroffer-dinoex/Makefile	Sun Mar  9 13:57:06 2014	(r347572)
+++ head/irc/iroffer-dinoex/Makefile	Sun Mar  9 14:00:22 2014	(r347573)
@@ -58,8 +58,8 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/iroffer-de ${STAGEDIR}${PREFIX}/bin/
 	${INSTALL_PROGRAM} ${WRKSRC}/iroffer-it ${STAGEDIR}${PREFIX}/bin/
 	${INSTALL_PROGRAM} ${WRKSRC}/iroffer-fr ${STAGEDIR}${PREFIX}/bin/
-	${INSTALL_MAN} ${WRKSRC}/iroffer.1 ${STAGEDIR}${MANPREFIX}/man/man1/
-	${INSTALL_MAN} ${WRKSRC}/xdcc.7 ${STAGEDIR}${MANPREFIX}/man/man7/
+	${INSTALL_MAN} ${WRKSRC}/iroffer.1 ${STAGEDIR}${PREFIX}/man/man1/
+	${INSTALL_MAN} ${WRKSRC}/xdcc.7 ${STAGEDIR}${PREFIX}/man/man7/
 .if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in ${IROFFER_DOCS}


More information about the svn-ports-head mailing list