Date: Sun, 25 May 2014 10:00:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/190188: commit references a PR Message-ID: <201405251000.s4PA015w053485@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/190188; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/190188: commit references a PR Date: Sun, 25 May 2014 09:51:11 +0000 (UTC) Author: miwi Date: Sun May 25 09:51:07 2014 New Revision: 355152 URL: http://svnweb.freebsd.org/changeset/ports/355152 QAT: https://qat.redports.org/buildarchive/r355152/ Log: - Stage support PR: 190188 Submitted by: maintainer Modified: head/comms/ge-x2212/Makefile Modified: head/comms/ge-x2212/Makefile ============================================================================== --- head/comms/ge-x2212/Makefile Sun May 25 09:50:39 2014 (r355151) +++ head/comms/ge-x2212/Makefile Sun May 25 09:51:07 2014 (r355152) @@ -18,16 +18,14 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-2 PLIST_FILES= bin/ge-x2212-2 PORTDOCS= schematic.txt -NO_STAGE= yes - OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${FILESDIR}/schematic.txt ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${FILESDIR}/schematic.txt ${STAGEDIR}${DOCSDIR} .endif .include <bsd.port.mk> _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405251000.s4PA015w053485>