From bestia@hosting.cvu.kiev.ua  Wed Jul  3 09:28:09 2013
Return-Path: <bestia@hosting.cvu.kiev.ua>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id D0159E73
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Jul 2013 09:28:09 +0000 (UTC)
	(envelope-from bestia@hosting.cvu.kiev.ua)
Received: from hosting.cvu.kiev.ua (hosting.cvu.kiev.ua [212.9.224.142])
	by mx1.freebsd.org (Postfix) with ESMTP id 8BC37186C
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  3 Jul 2013 09:28:09 +0000 (UTC)
Received: from bestia by hosting.cvu.kiev.ua with local (Exim 4.80.1 (FreeBSD))
	(envelope-from <bestia@hosting.cvu.kiev.ua>)
	id 1UuIvT-000DSV-N2
	for FreeBSD-gnats-submit@freebsd.org; Wed, 03 Jul 2013 09:00:35 +0000
Message-Id: <E1UuIvT-000DSV-N2@hosting.cvu.kiev.ua>
Date: Wed, 03 Jul 2013 09:00:35 +0000
From: Oleksandr Bezpalko <obezpalko@gmail.com>
Sender: Oleksandr Bezpalko <bestia@hosting.cvu.kiev.ua>
Reply-To: Oleksandr Bezpalko <obezpalko@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: port upgrade
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         180228
>Category:       ports
>Synopsis:       russian/fortuneru: port upgrade
>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:   Wed Jul 03 09:30:00 UTC 2013
>Closed-Date:    
>Last-Modified:  Wed Jul 03 20:39:22 UTC 2013
>Originator:     Oleksandr Bezpalko
>Release:        FreeBSD 8.3-RELEASE-p7 i386
>Organization:
>Environment:
System: FreeBSD hosting.cvu.kiev.ua 8.3-RELEASE-p7 FreeBSD 8.3-RELEASE-p7 #1: Thu Apr 11 12:37:56 UTC 2013 root@hosting.cvu.kiev.ua:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
    Port upgrade
	
>How-To-Repeat:
	
>Fix:

remove following files:
    files/pkg-message.in
    files/
    pkg-install

Index: Makefile
===================================================================
--- Makefile	(revision 322216)
+++ Makefile	(working copy)
@@ -12,12 +12,9 @@
 
 NO_BUILD=	yes
 
-PKGMESSAGE=	${WRKDIR}/pkg-message
-
 STRCMD=		/usr/games/strfile
 
 do-install:
-	@${SETENV} STRCMD=${STRCMD} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
 	@${MKDIR} ${PREFIX}/share/games/fortune/rus
 	${INSTALL_DATA} ${WRKSRC}/* ${PREFIX}/share/games/fortune/rus
 
@@ -33,7 +30,7 @@
 		done
 	@${ECHO_MSG} ""
 	@${ECHO_MSG} "Usage:"
-	@${ECHO_MSG} "/usr/games/fortune ${PREFIX}/share/games/fortune/rus"
+	@${ECHO_MSG} "${STRCMD} ${PREFIX}/share/games/fortune/rus"
 	@${ECHO_MSG} ""
 
 .include <bsd.port.mk>
Index: files/pkg-message.in
===================================================================
--- files/pkg-message.in	(revision 322216)
+++ files/pkg-message.in	(working copy)
@@ -1,2 +0,0 @@
-To use the fortunes intalled by this port, type:
-  /usr/games/fortune %%PREFIX%%/share/games/fortune/rus
Index: pkg-install
===================================================================
--- pkg-install	(revision 322216)
+++ pkg-install	(working copy)
@@ -1,14 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-#
-
-if [ "$2" != "PRE-INSTALL" ]; then
-    exit 0
-fi
-
-if [ ! -x "/usr/games/strfile" ]; then
-    echo ""
-    echo "You must have the ``games'' distribution installed to use this port."
-    echo ""
-    exit 1
-fi

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