[Bug 191299] New: russian/fortuneru: port upgrade (staging)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 23 10:01:02 UTC 2014


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 at FreeBSD.org
          Reporter: obezpalko at 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.


More information about the freebsd-ports-bugs mailing list