cvs commit: ports/www/atutor Makefile distinfo ports/www/atutor/files pkg-message.in

Alexey Dokuchaev danfe at FreeBSD.org
Sat Jul 5 13:17:19 UTC 2008


On Sat, Jul 05, 2008 at 01:49:20AM +0000, Beech Rintoul wrote:
> beech       2008-07-05 01:49:20 UTC
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     www/atutor           Makefile distinfo 
>     www/atutor/files     pkg-message.in 
>   Log:
>   - Update to 1.6.1
>   - Add static plist

Couple of stylistic nits:

- do-install: seems overly quiet; prepending each and every command is
  both bogus and silly (there's .SILENT for targets we want quiet)
- @${CAT} ${PKGMESSAGE} should probably be surrounded by empty ${ECHO}
  to be consistent with package vs. port installation.  Although this
  should have probably be handled in less obscure fashion

./danfe


More information about the cvs-all mailing list