svn commit: r346995 - in head: graphics/tiff www/tidy
Dirk Meyer
dinoex at FreeBSD.org
Tue Mar 4 06:52:20 UTC 2014
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 at 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 at 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}
More information about the svn-ports-all
mailing list