Hello!

I'm preparing a new port (net/udt), which installs a library with its header file and a handful of sample applications.

The applications are rather generically named: sendfile, recvfile, test... Having them in ${PREFIX}/bin
like that would be confusing.

I see two alternatives:

 * use a port-specific prefix for each binary: udt-sendfile,
   udt-recvfile, udt-test, etc.
   or
 * use a port-specific subdirectory: ${PREFIX}/bin/udt/ (lua seems to
   do this)

The first is simpler for me, but might be a trouble for anyone porting a script in the future, which calls the binaries by their generic name...

Opinions? Thanks! Yours,

   -mi

_______________________________________________
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"

Reply via email to