[Bug 211188] print/gl2ps invalid variable reference in Makefile causing broken symlink

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jul 18 09:02:05 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211188

            Bug ID: 211188
           Summary: print/gl2ps invalid variable reference in Makefile
                    causing broken symlink
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: araujo at FreeBSD.org
          Reporter: 1wkmmr at gmail.com
             Flags: maintainer-feedback?(araujo at FreeBSD.org)
          Assignee: araujo at FreeBSD.org

Hi

Line 25 of the Makefile has an invalid reference to PREFIX as follows

 ${LN} -s {PREFIX}/lib/libgl2ps.so ${STAGEDIR}${PREFIX}/lib/libgl2ps.so.1

which makes a broken symlink in /usr/local/lib. 

As a workaround, the line should be like this.

 ${LN} -s libgl2ps.so ${STAGEDIR}${PREFIX}/lib/libgl2ps.so.1

Cheers

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list