ports/185654: games/xboard: drop usage of bsd.port.pre.mk and use options
Jason Helfman
jgh at FreeBSD.org
Sat Jan 11 03:20:01 UTC 2014
>Number: 185654
>Category: ports
>Synopsis: games/xboard: drop usage of bsd.port.pre.mk and use options
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Jan 11 03:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Jason Helfman
>Release: FreeBSD 11.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r259961: Fri Dec 27 21:56:39 UTC 2013 peter at freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64
>Description:
Use bsd.port.options.mk for testing arch, less expensive than using "pre"
>How-To-Repeat:
>Fix:
Index: games/xboard/Makefile
===================================================================
--- games/xboard/Makefile (revision 339398)
+++ games/xboard/Makefile (working copy)
@@ -41,7 +41,7 @@
PORTDOCS= AUTHORS ChangeLog NEWS README SHORTLOG TODO
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not install on sparc64
@@ -63,4 +63,4 @@
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list