Date: Wed, 03 Jul 2013 09:00:35 +0000 From: Oleksandr Bezpalko <obezpalko@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/180228: port upgrade Message-ID: <E1UuIvT-000DSV-N2@hosting.cvu.kiev.ua> Resent-Message-ID: <201307030930.r639U0ZF099826@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 180228 >Category: ports >Synopsis: 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: >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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1UuIvT-000DSV-N2>