aboutsummaryrefslogtreecommitdiff
path: root/misc/susv2
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2018-10-06 14:24:59 +0000
committerMatthias Andree <mandree@FreeBSD.org>2018-10-06 14:24:59 +0000
commitba227693d4471ea047842c386814d04a65c9f72f (patch)
tree50cd1e1a68ed1fd2836d79c09d7a6a191c2df02f /misc/susv2
parent5aed9e844b79baaa0927129e3497b06a89596f07 (diff)
downloadports-ba227693d4471ea047842c386814d04a65c9f72f.tar.gz
ports-ba227693d4471ea047842c386814d04a65c9f72f.zip
misc/susv*: fix fallout from PR#230864/c479406, misc fixes
susv2, update URLs to keep things downloadable susv3, add a more direct access link susv4, update to newer version (2018 edition), revise pkg-descr susv2, susv3: add the file revision date to PORTVERSION for consistency and transparency. all: add OPTIONS_SLAVE=DOCS because it is no good installing an empty port, systems that do not want documentation shall not install these ports. all: Reshuffle Makefile lines to reduce number of portlint warnings.
Notes
Notes: svn path=/head/; revision=481367
Diffstat (limited to 'misc/susv2')
-rw-r--r--misc/susv2/Makefile16
1 files changed, 12 insertions, 4 deletions
diff --git a/misc/susv2/Makefile b/misc/susv2/Makefile
index 26749c2b6737..9df29dd94621 100644
--- a/misc/susv2/Makefile
+++ b/misc/susv2/Makefile
@@ -2,26 +2,34 @@
# $FreeBSD$
PORTNAME= susv2
-PORTVERSION= 1.0
+PORTVERSION= 1.0.20010716
CATEGORIES= misc
MASTER_SITES= #
DISTNAME= susv2
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= mandree@FreeBSD.org
COMMENT= Single UNIX Specification Version 2
-RESTRICTED= Redistribution of the documents is not permitted
+LICENSE= NONE
USES= tar:bzip2
+
+RESTRICTED= Redistribution of the documents is not permitted
+
NO_BUILD= yes
PORTDOCS= *
OPTIONS_DEFINE= DOCS
+# Fix fallout of https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230864 and force the option on;
+# meaning is to force this option on. The previous change around Sept 2018 introduced a regression in
+# that PORTDOCS only works if there is a DOCS option. It does not, however, make sense to install
+# empty documentation ports.
+OPTIONS_SLAVE= DOCS
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-IGNORE= may not be redistributed because of licensing reasons. Please visit http://www.unix.org/version2/online.html to accept their license and download ${DISTFILES} into ${DISTDIR}
+IGNORE= may not be redistributed because of licensing reasons. Please visit http://www.unix.org/version2/online.html or http://pubs.opengroup.org/onlinepubs/7908799/download/ to accept their license and download ${DISTFILES} into ${DISTDIR}
.endif
do-install: