Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2006 16:56:57 GMT
From:      Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/97146: [MAINTAINER] www/gekko: Change the installation directory
Message-ID:  <200605111656.k4BGuvX5013847@www.freebsd.org>
Resent-Message-ID: <200605111720.k4BHKGnB043951@freefall.freebsd.org>

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

>Number:         97146
>Category:       ports
>Synopsis:       [MAINTAINER] www/gekko: Change the installation directory
>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:   Thu May 11 17:20:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jose Alonso Cardenas Marquez
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
BSDPeru (http://www.bsd.org.pe)
>Environment:
System: FreeBSD ifrid.aqp.tabernaclegranite.net 6.1-STABLE FreeBSD 6.1-STABLE #1: Mon May  8 09:23:16 PET
>Description:
- Changed the installation directory (web apps must be installed in ${PREFIX}/www/${PORTNAME})
>How-To-Repeat:

>Fix:
--- gekko-0.6.4_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/gekko/Makefile /usr/ports/www/gekko-new/Makefile
--- /usr/ports/www/gekko/Makefile	Thu May 11 10:41:31 2006
+++ /usr/ports/www/gekko-new/Makefile	Thu May 11 10:48:41 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	gekko
 PORTVERSION=	0.6.4
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	gekkoware
@@ -17,7 +18,7 @@
 
 NO_BUILD=	yes
 USE_PHP=	bz2 gd mysql pcre session zlib
-GEKKODIR?=	www/data-dist/gekko
+GEKKODIR?=	www/${PORTNAME}
 PLIST_SUB=	GEKKODIR=${GEKKODIR}
 
 do-install:
--- gekko-0.6.4_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



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