diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-03-04 14:52:19 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-03-04 14:52:19 +0800 |
commit | db5e026ff19551e3fba6639bfcb2c8e835dca4a2 (patch) | |
tree | 5acc2ccd3d0cc8a2160030a97f94f0209a858a77 | |
parent | 1dded92d6db0681694047f4bfa8c061da0934265 (diff) | |
download | freebsd-ports-gnome-db5e026ff19551e3fba6639bfcb2c8e835dca4a2.tar.gz freebsd-ports-gnome-db5e026ff19551e3fba6639bfcb2c8e835dca4a2.tar.zst freebsd-ports-gnome-db5e026ff19551e3fba6639bfcb2c8e835dca4a2.zip |
- remove broken MANPREFIX
- update LICENSE
-rw-r--r-- | graphics/tiff/Makefile | 4 | ||||
-rw-r--r-- | www/tidy/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index 58895ffe5a7b..5c8f73047a8e 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.remotesensing.org/pub/libtiff/ \ 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}/ diff --git a/www/tidy/Makefile b/www/tidy/Makefile index 5956f6eb59b3..fc8da85f73bc 100644 --- a/www/tidy/Makefile +++ b/www/tidy/Makefile @@ -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} |