Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2014 22:20:16 GMT
From:      Joseph Benden <joe@thrallingpenguin.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/190433: [patch] Add staging support to www/simplog
Message-ID:  <201405302220.s4UMKGO6011371@cgiserv.freebsd.org>
Resent-Message-ID: <201405302230.s4UMU17j056542@freefall.freebsd.org>

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

>Number:         190433
>Category:       ports
>Synopsis:       [patch] Add staging support to www/simplog
>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:   Fri May 30 22:30:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Joseph Benden
>Release:        FreeBSD 11
>Organization:
>Environment:
FreeBSD lucy 11.0-CURRENT FreeBSD 11.0-CURRENT #4 r264887: Thu Apr 24 12:43:46 MST 2014     root@lucy:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Adds staging support to www/simplog. Not all distfiles were found, during testing.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff --git a/www/simplog/Makefile b/www/simplog/Makefile
index d82eae1..2d205c8 100644
--- a/www/simplog/Makefile
+++ b/www/simplog/Makefile
@@ -16,12 +16,11 @@ NO_BUILD=	yes
 
 WRKSRC?=	${WRKDIR}/simplog
 
-NO_STAGE=	yes
 do-install:
 	@${ECHO} ""
 	@${ECHO} "===> Installing simplog"
-	@${MKDIR} ${DATADIR}
-	cd ${WRKSRC} && ${CP} -r * ${DATADIR}
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	cd ${WRKSRC} && ${CP} -r * ${STAGEDIR}${DATADIR}
 
 post-install:
 	@${ECHO} ""


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



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