[Midnightbsd-cvs] mports [22299] trunk/misc/susv2: update urls

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Feb 19 18:11:57 EST 2017


Revision: 22299
          http://svnweb.midnightbsd.org/mports/?rev=22299
Author:   laffer1
Date:     2017-02-19 18:11:57 -0500 (Sun, 19 Feb 2017)
Log Message:
-----------
update urls

Modified Paths:
--------------
    trunk/misc/susv2/Makefile
    trunk/misc/susv2/pkg-descr

Modified: trunk/misc/susv2/Makefile
===================================================================
--- trunk/misc/susv2/Makefile	2017-02-19 23:08:53 UTC (rev 22298)
+++ trunk/misc/susv2/Makefile	2017-02-19 23:11:57 UTC (rev 22299)
@@ -21,17 +21,11 @@
 .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-systems.org/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 to accept their license and download ${DISTFILES} into ${DISTDIR}
 .endif
 
 do-install:
-	@${MKDIR} ${DOCSDIR}
-	@${FIND} ${WRKSRC} | ${SED} -e 's#^${WRKSRC}##' | while read file; do \
-		if ${TEST} -d "${WRKSRC}$$file"; then \
-			${MKDIR} "${DOCSDIR}$$file"; \
-		else \
-			${INSTALL_DATA} "${WRKSRC}$$file" "${DOCSDIR}$$file"; \
-		fi; \
-	done
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC} && ${COPYTREE_SHARE} '*' ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.post.mk>

Modified: trunk/misc/susv2/pkg-descr
===================================================================
--- trunk/misc/susv2/pkg-descr	2017-02-19 23:08:53 UTC (rev 22298)
+++ trunk/misc/susv2/pkg-descr	2017-02-19 23:11:57 UTC (rev 22299)
@@ -1,4 +1,4 @@
-The Singe UNIX Specification Version 2 is a set of
+The Single UNIX Specification Version 2 is a set of
 numerous HTML pages describing this standard.
 
-WWW: http://www.unix-systems.org/online.html 
+WWW: http://www.unix.org/version2/online.html



More information about the Midnightbsd-cvs mailing list