Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2001 01:31:42 -0400
From:      Pete Fritchman <petef@databits.net>
To:        Peter Haight <peterh@sapros.com>
Cc:        ports@freebsd.org
Subject:   Re: Empty world-writable directories.
Message-ID:  <20011013013142.A91111@databits.net>
In-Reply-To: <200110122217.f9CMH3w68615@wartch.sapros.com>; from peterh@sapros.com on Fri, Oct 12, 2001 at 03:17:03PM -0700
References:  <200110122217.f9CMH3w68615@wartch.sapros.com>

next in thread | previous in thread | raw e-mail | index | archive | help
++ 12/10/01 15:17 -0700 - Peter Haight:
| I've got a port that creates two empty world-writable directories when
| installed ('make install'). When I package it up, those directories are not
| include in the package. I'm not sure what the best way is to have those
| directories included.

Add something like this to your pkg-plist:

@exec mkdir -p %D/foo
... and the prefix will be substituted for %D.

-pete

--
Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)]
finger petef@databits.net for PGP key

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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