[Midnightbsd-cvs] mports [22300] trunk/misc/susv3: update urls
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Feb 19 18:12:39 EST 2017
Revision: 22300
http://svnweb.midnightbsd.org/mports/?rev=22300
Author: laffer1
Date: 2017-02-19 18:12:39 -0500 (Sun, 19 Feb 2017)
Log Message:
-----------
update urls
Modified Paths:
--------------
trunk/misc/susv3/Makefile
trunk/misc/susv3/pkg-descr
Modified: trunk/misc/susv3/Makefile
===================================================================
--- trunk/misc/susv3/Makefile 2017-02-19 23:11:57 UTC (rev 22299)
+++ trunk/misc/susv3/Makefile 2017-02-19 23:12:39 UTC (rev 22300)
@@ -1,10 +1,5 @@
-# New ports collection makefile for: susv3
-# Date created: 11 April 2002
-# Whom: Simon 'corecode' Schubert <corecode at corecode.ath.cx>
-#
# $MidnightBSD$
# $FreeBSD: ports/misc/susv3/Makefile,v 1.5 2006/01/14 10:07:33 sem Exp $
-#
PORTNAME= susv3
PORTVERSION= 1.2
@@ -26,22 +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/version3/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/version3/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 \
- if ${TEST} -L "${WRKSRC}$$file"; then \
- ${LN} -s "`${LS} -l \"${WRKSRC}$$file\" | ${SED} -e 's/^.*> //'`" \
- "${DOCSDIR}$$file"; \
- else \
- ${INSTALL_DATA} "${WRKSRC}$$file" "${DOCSDIR}$$file"; \
- fi; \
- fi; \
- done
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>
Modified: trunk/misc/susv3/pkg-descr
===================================================================
--- trunk/misc/susv3/pkg-descr 2017-02-19 23:11:57 UTC (rev 22299)
+++ trunk/misc/susv3/pkg-descr 2017-02-19 23:12:39 UTC (rev 22300)
@@ -1,4 +1,4 @@
-The Singe UNIX Specification Version 3 is a set of
+The Single UNIX Specification Version 3 is a set of
numerous HTML pages describing this standard.
-WWW: http://www.unix-systems.org/version3/online.html
+WWW: http://www.unix.org/version3/online.html
More information about the Midnightbsd-cvs
mailing list