From owner-freebsd-ports Thu Nov 6 05:17:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA12728 for ports-outgoing; Thu, 6 Nov 1997 05:17:39 -0800 (PST) (envelope-from owner-freebsd-ports) Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id FAA12723 for ; Thu, 6 Nov 1997 05:17:31 -0800 (PST) (envelope-from sheldonh@axl.iafrica.com) Received: from axl.iafrica.com [196.31.1.167] by lists01.iafrica.com with esmtp (Exim 1.73 #1) id 0xTRoA-0005s0-00; Thu, 6 Nov 1997 15:17:14 +0200 From: Sheldon Hearn To: ports@freebsd.org Subject: Considering NOMANCOMPRESS with ports Date: Thu, 06 Nov 1997 15:17:23 +0200 Message-ID: <7742.878822243@axl.iafrica.com> Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi Satoshi & friends, If I have this in the Makefile for my port: MAN1= foo.1 and this is in the PLIST for my port: man/man1/foo.1.gz Then if a user builds and installs my port with NOMANCOMPRESS=true (as he / she may wish to do) the foo.1 should be installed uncompressed with no .gz suffix. If this happens, will pkg_delete for my port be smart enough to remove foo.1 or will it try to remove foo.1.gz and fail? Thanks, Sheldon.