Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2014 10:01:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191299] New: russian/fortuneru: port upgrade (staging)
Message-ID:  <bug-191299-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191299

            Bug ID: 191299
           Summary: russian/fortuneru: port upgrade (staging)
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: Normal
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: obezpalko@gmail.com

port upgrade (staging)

Fix:
Index: Makefile
===================================================================
--- Makefile (revision 358906)
+++ Makefile (working copy)
@@ -16,11 +16,10 @@

 STRCMD= /usr/games/strfile

-NO_STAGE= yes
 do-install:
  @${SETENV} STRCMD=${STRCMD} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
- @${MKDIR} ${PREFIX}/share/games/fortune/rus
- ${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/share/games/fortune/rus
+ @${MKDIR} ${STAGE}${PREFIX}/share/games/fortune/rus
+ ${INSTALL_DATA} ${WRKSRC}/* ${STAGE}${PREFIX}/share/games/fortune/rus

 pre-install:
 .if !exists(${STRCMD})
@@ -29,12 +28,12 @@
 .endif

 post-install:
- @for fortune in ${PREFIX}/share/games/fortune/rus/* ; do \
+ @for fortune in ${STAGE}${PREFIX}/share/games/fortune/rus/* ; do \
  ${STRCMD} $$fortune >/dev/null 2>/dev/null ; \
  done

-- 
You are receiving this mail because:
You are the assignee for the bug.



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