Skip to content

Instantly share code, notes, and snippets.

@emcrisostomo
Last active August 29, 2015 14:05
Show Gist options
  • Save emcrisostomo/dcc90cf148757051f22e to your computer and use it in GitHub Desktop.
Save emcrisostomo/dcc90cf148757051f22e to your computer and use it in GitHub Desktop.
Create Local MacPorts Port Repository
$ mkdir /ports # If it does not exist
$ mkdir /ports/sysutils # If it does not exist
$ mkdir /ports/sysutils/fswatch
$ mv /path/to/Portfile \ # Create or edit the Portfile
/ports/sysutils/fswatch
$ chown -R macports:macports /ports
$ cd /ports && portindex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment