Creating New Port

Pav Lucistnik pav at FreeBSD.org
Wed Jan 7 10:53:03 PST 2009


Jerry píše v st 07. 01. 2009 v 13:48 -0500:

> # mkdir /var/tmp/$(make -V PORTNAME)
> 
> When I run the line of above, this is what I get back:
> 
> mkdir /var/tmp/$(make -V Captcha-reCAPTCHA-Mailhide)
> mkdir: /var/tmp/: File exists

Either

mkdir /var/tmp/`make -V PORTNAME`

or

mkdir /var/tmp/Captcha-reCAPTCHA-Mailhide

but not both :)

-- 
Pav Lucistnik <pav at oook.cz>
              <pav at FreeBSD.org>
Do not meddle in the fashions of wizards, for they are seasonal and
quick to fall out of style!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: Toto je =?UTF-8?Q?digit=C3=A1ln=C4=9B?=
	=?ISO-8859-1?Q?_podepsan=E1?= =?UTF-8?Q?_=C4=8D=C3=A1st?=
	=?ISO-8859-1?Q?_zpr=E1vy?=
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20090107/f5baf6b9/attachment.pgp


More information about the freebsd-ports mailing list