Date: Tue, 4 Mar 2014 06:52:19 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346995 - in head: graphics/tiff www/tidy Message-ID: <201403040652.s246qJAF060781@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Tue Mar 4 06:52:19 2014 New Revision: 346995 URL: http://svnweb.freebsd.org/changeset/ports/346995 QAT: https://qat.redports.org/buildarchive/r346995/ Log: - remove broken MANPREFIX - update LICENSE Modified: head/graphics/tiff/Makefile head/www/tidy/Makefile Modified: head/graphics/tiff/Makefile ============================================================================== --- head/graphics/tiff/Makefile Tue Mar 4 06:51:37 2014 (r346994) +++ head/graphics/tiff/Makefile Tue Mar 4 06:52:19 2014 (r346995) @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.remotesensing.or MAINTAINER= dinoex@FreeBSD.org COMMENT= Tools and library routines for working with TIFF images -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ @@ -104,7 +104,7 @@ pre-configure: -e 's|man html|man|' ${WRKSRC}/Makefile.in post-install: - ( cd ${STAGEDIR}${MANPREFIX}/man/man3 && ${__pmlinks3} ) + ( cd ${STAGEDIR}${PREFIX}/man/man3 && ${__pmlinks3} ) .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR}/images ${STAGEDIR}${DOCSDIR}/man ${INSTALL_DATA} ${WRKSRC}/html/*.html ${STAGEDIR}${DOCSDIR}/ Modified: head/www/tidy/Makefile ============================================================================== --- head/www/tidy/Makefile Tue Mar 4 06:51:37 2014 (r346994) +++ head/www/tidy/Makefile Tue Mar 4 06:52:19 2014 (r346995) @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= Fixes and tidies up HTML files -LICENSE= BSD +LICENSE= BSD2CLAUSE LICENSE_FILE= ${FILESDIR}/COPYRIGHT ALL_TARGET= tidy @@ -27,7 +27,7 @@ do-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tidy ${STAGEDIR}${PREFIX}/bin/tidy4 - ${INSTALL_MAN} ${WRKSRC}/man_page.txt ${STAGEDIR}${MANPREFIX}/man/man1/tidy4.1 + ${INSTALL_MAN} ${WRKSRC}/man_page.txt ${STAGEDIR}${PREFIX}/man/man1/tidy4.1 .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} .for docfile in ${DOCFILES}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403040652.s246qJAF060781>