Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Sep 2014 11:18:37 +0400
From:      Alexander Moisseev <moiseev@mezonplus.ru>
To:        freebsd-ports@freebsd.org
Subject:   Port does not display pkg-message while installing from remote repository
Message-ID:  <542907CD.2060100@mezonplus.ru>

next in thread | raw e-mail | index | archive | help
Hi,

sysutils/backuppc displays pkg-message if installing from locally stored package file, but it does not display pkg-message while installing from remote repository.

# pkg install /var/cache/pkg/backuppc-3.3.0_7.txz
shows pkg-message

# pkg install backuppc
shows nothing

How to fix that?

May be

post-install:
	@${CAT} ${PKGMESSAGE}

should be added to the Makefile?
-- 
Thanks in advance,
Alexander



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?542907CD.2060100>