On 13 Feb 2013 15:20, "Gary J. Hayers" <g...@hayers.org> wrote: > > Hi, > > I am writing a makefile for a new port. The port in question is a simple port that is a simple download extract and copy to a directory, how is the best way to achieve this? There is no compiling of files in the work directory it simply needs to extract and copy the file to a directory.
First define NO_BUILD=yes, and then make a do-install target. What type of files, and to where? Chris _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"