Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Aug 2007 14:28:43 -0700 (PDT)
From:      "Jason E. Hale" <bsdkaffee@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        lx@FreeBSD.org
Subject:   ports/115158: [MAINTAINER] audio/amarok-fs: fix more PORTNAME change problems 
Message-ID:  <46b24c8b.2486460a.6459.3dda@mx.google.com>
Resent-Message-ID: <200708022130.l72LU8oH052275@freefall.freebsd.org>

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

>Number:         115158
>Category:       ports
>Synopsis:       [MAINTAINER] audio/amarok-fs: fix more PORTNAME change problems
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 02 21:30:07 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Jason E. Hale
>Release:        FreeBSD 6.2-RELEASE-p2 i386
>Organization:
none 
>Environment:
System: FreeBSD black.attbi.com 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #0: Thu Mar 8 03:53:38 EST 2007 root@black.attbi.com:/usr/obj/usr/src/sys/BLACK i386
	
>Description:
- redefine DATADIR and DOCSDIR so they use the */amarokFS directories
- bump PORTREVISION since port could have installed in incorrect directories 
	
>How-To-Repeat:
- apply attached diff
	
>Fix:
	

--- 2007-08-02-amarok-fs.diff begins here ---
diff -ruN amarok-fs.orig/Makefile amarok-fs/Makefile
--- amarok-fs.orig/Makefile	Wed Jul 18 19:08:09 2007
+++ amarok-fs/Makefile	Thu Aug  2 17:21:00 2007
@@ -7,6 +7,7 @@
 
 PORTNAME=	amarok-fs
 PORTVERSION=	0.5
+PORTREVISION=	1
 CATEGORIES=	audio kde
 MASTER_SITES=	http://www.kde-apps.org/CONTENT/content-files/ \
 		${MASTER_SITE_GENTOO}
@@ -29,6 +30,9 @@
 PORTDOCS=	README theme-howto.txt
 
 MAKE_ENV+=	QTDIR="${QT_PREFIX}" QMAKESPEC="freebsd-g++"
+
+DOCSDIR=        ${PREFIX}/share/doc/amarokFS
+DATATDIR=       ${PREFIX}/share/amarokFS
 
 QMAKE=		${LOCALBASE}/bin/qmake -unix -o
--- 2007-08-02-amarok-fs.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?46b24c8b.2486460a.6459.3dda>