ports/168129: graphics/zathura fix makefile

Aldis Berjoza graudeejs at gmail.com
Sat May 19 07:40:02 UTC 2012


>Number:         168129
>Category:       ports
>Synopsis:       graphics/zathura fix makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat May 19 07:40:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Aldis Berjoza
>Release:        
>Organization:
>Environment:
>Description:

post-install:	.SILENT
	${CAT} pkg-message

Is incorrect it should be

post-install:	.SILENT
	@${CAT} ${PKGMESSAGE}


Perhaps even withiut .SILENT

post-patch also contains .SILENT I dunno why
>How-To-Repeat:

>Fix:
post-install:	.SILENT
	@${CAT} ${PKGMESSAGE}

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list