cefd
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I'm trying to create a package of Apache and its dependencies:
Code:
sudo make package-recursive \ __MAKE_CONF=~/make.apache22.conf \ PKGREPSOITORY=/usr/home/gvkv |
|
#2
|
||||
|
||||
|
Try using PACKAGES instead of PKGREPOSITORY.
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
|
#3
|
||||
|
||||
|
Or spell it right ..
It's neither PKGRESPOSITORY nor PKGREPSOITORY.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Adminstrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- Last edited by DutchDaemon; August 20th, 2010 at 17:43. |
|
#4
|
|||
|
|||
|
|
|
#5
|
||||
|
||||
|
One really simple solution that doesn't involve variables:
# mount -t nullfs /usr/home/gvkv/packages /usr/ports/packages
__________________
Senior UNIX Engineer at Unix Support Nederland Experience is something you don't get until just after you need it. |
| The Following User Says Thank You to SirDice For This Useful Post: | ||
gvkv (August 20th, 2010) | ||
![]() |
| Tags |
| make package |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Please help - Applying patches to FreeBSD 8.0 | Jana | Installing & Upgrading | 5 | May 23rd, 2010 16:52 |
| [Solved] mv directory recursively | hirohitosan | Userland Programming & Scripting | 3 | February 14th, 2010 17:21 |
| portupgrade and recursively exlude | SIFE | Installation and Maintenance of FreeBSD Ports or Packages | 2 | January 16th, 2010 01:23 |
| [Solved] Applying FreeBSD patches for epiphany-2.28.2 error | enderli | Installation and Maintenance of FreeBSD Ports or Packages | 1 | December 18th, 2009 16:57 |
| Handling ports (recursively and obsolete) | jwhendy | Installation and Maintenance of FreeBSD Ports or Packages | 20 | May 2nd, 2009 00:19 |