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

            Bug ID: 199327
           Summary: Missing $ for DIST_SUBDIR in Porter's Handbook
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Documentation
          Assignee: [email protected]
          Reporter: [email protected]

Current:

 This will change DISTDIR from the default /usr/ports/distfiles to
/usr/ports/distfiles/DIST_SUBDIR, and in effect puts everything that is
required for the port into that subdirectory.


Should be (note $ in front of DIST_SUBDIR):

 This will change DISTDIR from the default /usr/ports/distfiles to
/usr/ports/distfiles/$DIST_SUBDIR, and in effect puts everything that is
required for the port into that subdirectory.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"

Reply via email to