Bug 190188 - Maintainer update: stage comms/ge-x2212
Summary: Maintainer update: stage comms/ge-x2212
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-25 00:20 UTC by Stephen Hurd
Modified: 2014-05-25 11:00 UTC (History)
0 users

See Also:


Attachments
file.diff (588 bytes, patch)
2014-05-25 00:20 UTC, Stephen Hurd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stephen Hurd freebsd_committer freebsd_triage 2014-05-25 00:20:00 UTC
Stage it.

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2014-05-25 10:51:07 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-25 10:51:11 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"