freebsd-skq/usr.sbin/pkg_install/lib
Kirill Ponomarev ce036f4091 When using @cwd %%FOO%%, we must ensure to return in the original
prefix later, but doing so with @cwd %%OLDPREFIX%% (having
PLIST_SUB+="OLDPREFIX=${PREFIX}") hardcodes the value in the packing
list. That's not really a problem when dealing with ports but that's
a problem with packages since pkg_add -p option only overrides the
first @cwd occurrence.

This patch allow us to use @cwd without any argument. If no
directory argument is given, it will set current working directory
to the first prefix given by the @cwd command.

PR:		bin/77212
Submitted by:	flz
2006-01-07 22:10:58 +00:00
..
deps.c
exec.c
file.c
global.c
lib.h Implement @noinst field which has at the moment the same meaning and 2005-06-14 15:05:43 +00:00
Makefile
match.c Do not bitch about bsdpan modules not having origin. 2005-09-24 21:41:47 +00:00
msg.c
pen.c
pkgwrap.c
plist.c When using @cwd %%FOO%%, we must ensure to return in the original 2006-01-07 22:10:58 +00:00
str.c
url.c
version.c