Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 2014 23:12:03 GMT
From:      Stephen Hurd <shurd@sasktel.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/190188: Maintainer update: stage comms/ge-x2212
Message-ID:  <201405242312.s4ONC3YC072158@cgiserv.freebsd.org>
Resent-Message-ID: <201405242320.s4ONK03h088717@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         190188
>Category:       ports
>Synopsis:       Maintainer update: stage comms/ge-x2212
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 24 23:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Stephen Hurd
>Release:        10.0-RELEASE-p2
>Organization:
>Environment:
FreeBSD portable 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Tue Apr 29 17:06:01 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Stage it.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: ge-x2212/Makefile
===================================================================
--- ge-x2212/Makefile	(revision 354975)
+++ ge-x2212/Makefile	(working copy)
@@ -18,8 +18,6 @@
 PLIST_FILES=	bin/ge-x2212-2
 PORTDOCS=	schematic.txt
 
-NO_STAGE=	yes
-
 OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
@@ -26,8 +24,8 @@
 
 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>


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405242312.s4ONC3YC072158>