Bug 91852 - Update Port: deskutils/everygui Fixes bad path
Summary: Update Port: deskutils/everygui Fixes bad path
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: Andrey Slusar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-16 02:40 UTC by Remington
Modified: 2006-01-17 13:19 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Remington 2006-01-16 02:40:02 UTC
              This patch fixes in an invalid path in one of the .py files

Fix: 

PORTNAME=      everygui
 PORTVERSION=   0.99.b
+PORTREVISION=  1
 CATEGORIES=    gnome deskutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=    everygui
@@ -25,7 +26,8 @@

 post-patch:
        @${FIND} ${WRKSRC} -name "*.py" | ${XARGS} ${REINPLACE_CMD} -e\
-               's,/usr/share,${PREFIX}/share,g'
+               's,/usr/share,${PREFIX}/share,g' -e\
+               's,/usr/src,${PREFIX}/src,g'
        @${REINPLACE_CMD} -e 's,/usr/src/everygui,${PREFIX}/src/everygui,g' \
                ${WRKSRC}/everygui
        @${REINPLACE_CMD} -e 's,/usr/src,${PREFIX}/src,g' \--GDzRzJh5eYxmBVIue0GAQklVLYQDCGpCtnFcZDc2ddtPQS8e
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig       Sun Jan 15 18:25:58 2006
+++ Makefile    Sun Jan 15 18:27:25 2006
@@ -6,6 +6,7 @@
Comment 1 Andrey Slusar freebsd_committer freebsd_triage 2006-01-17 13:01:36 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anray

I'll take it.
Comment 2 Andrey Slusar freebsd_committer freebsd_triage 2006-01-17 13:19:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!