aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2011-03-22 16:16:28 +0800
committermm <mm@FreeBSD.org>2011-03-22 16:16:28 +0800
commit3e2250c4847e80d13b7b24d587650b0843e8db7b (patch)
tree8758d5dd86c2ee34d759f268b38b1d6d3b68d065
parentba82c0efd8e81b9ae20dc7b486162c3e5b95bb56 (diff)
downloadfreebsd-ports-gnome-3e2250c4847e80d13b7b24d587650b0843e8db7b.tar.gz
freebsd-ports-gnome-3e2250c4847e80d13b7b24d587650b0843e8db7b.tar.zst
freebsd-ports-gnome-3e2250c4847e80d13b7b24d587650b0843e8db7b.zip
- Set LICENSE_FILE
-rw-r--r--archivers/pxz/Makefile13
-rw-r--r--benchmarks/phoronix-test-suite/Makefile3
2 files changed, 3 insertions, 13 deletions
diff --git a/archivers/pxz/Makefile b/archivers/pxz/Makefile
index 56a2aff154aa..3984f93fce38 100644
--- a/archivers/pxz/Makefile
+++ b/archivers/pxz/Makefile
@@ -16,6 +16,7 @@ MAINTAINER= mm@FreeBSD.org
COMMENT= Parallel LZMA compressor using liblzma
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
WRKSRC= ${WRKDIR}/${PORTNAME}
@@ -25,10 +26,6 @@ MAN1= pxz.1
MAKE_ENV+= BINDIR=${PREFIX}/bin \
MANDIR=${MANPREFIX}/man
-.if !defined(NOPORTDOCS)
-PORTDOCS= COPYING
-.endif
-
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
@@ -41,12 +38,4 @@ MAKE_ENV+= LDFLAGS="${LDFLAGS}"
post-patch:
@${REINPLACE_CMD} -e 's/CC=.*/CC:=$${CC}/g' ${WRKSRC}/Makefile
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-. for FILE in ${PORTDOCS}
- @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}/${FILE}
-. endfor
-.endif
-
.include <bsd.port.post.mk>
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile
index b8c91f4743b4..e9309dfa81e4 100644
--- a/benchmarks/phoronix-test-suite/Makefile
+++ b/benchmarks/phoronix-test-suite/Makefile
@@ -14,6 +14,7 @@ MAINTAINER= mm@FreeBSD.org
COMMENT= Phoronix Benchmarking Suite
LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS= BASH_COMPLETIONS "Install bash completions" off \
X11 "Install X11 icons and mimetypes" on
@@ -28,7 +29,7 @@ MAN1= phoronix-test-suite.1
PORTDOCS= *
-DOCFILES1= CHANGE-LOG COPYING AUTHORS
+DOCFILES1= CHANGE-LOG AUTHORS
DOCFILES2= phoronix-test-suite.pdf specifications_xml_test.html \
specifications_xml_download.html writing_your_first_module.html \