svn commit: r348710 - head/japanese/gawk

Pawel Pekala pawel at FreeBSD.org
Thu Mar 20 18:01:40 UTC 2014


Author: pawel
Date: Thu Mar 20 18:01:39 2014
New Revision: 348710
URL: http://svnweb.freebsd.org/changeset/ports/348710
QAT: https://qat.redports.org/buildarchive/r348710/

Log:
  Mans are installed automatically, forgot to remove those lines

Modified:
  head/japanese/gawk/Makefile

Modified: head/japanese/gawk/Makefile
==============================================================================
--- head/japanese/gawk/Makefile	Thu Mar 20 17:44:44 2014	(r348709)
+++ head/japanese/gawk/Makefile	Thu Mar 20 18:01:39 2014	(r348710)
@@ -30,8 +30,6 @@ post-configure:
 		${WRKSRC}/Makefile ${WRKSRC}/doc/Makefile ${WRKSRC}/awklib/Makefile
 
 post-install:
-	${INSTALL_MAN} ${WRKSRC}/doc/gawk.1 ${STAGEDIR}${MANPREFIX}/man/man1
-	${INSTALL_MAN} ${WRKSRC}/doc/igawk.1 ${STAGEDIR}${MANPREFIX}/man/man1
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} OREADME.MB README.MB ${STAGEDIR}${DOCSDIR})
 


More information about the svn-ports-all mailing list