[Bug 223851] ports-mgmt/portlint: Doesn't complain about the out-of-order PLIST_FILES

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 24 19:43:54 UTC 2017


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

            Bug ID: 223851
           Summary: ports-mgmt/portlint: Doesn't complain about the
                    out-of-order PLIST_FILES
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: marcus at FreeBSD.org
          Reporter: yuri at freebsd.org
             Flags: maintainer-feedback?(marcus at FreeBSD.org)
          Assignee: marcus at FreeBSD.org

See Chapter 14. Order of Variables in Port Makefiles
https://www.freebsd.org/doc/en/books/porters-handbook/porting-order.html

---Makefile---
# $FreeBSD$

PORTNAME=       hstr
DISTVERSION=    1.23
CATEGORIES=     sysutils

MAINTAINER=     monsieurp at gentoo.org
COMMENT=        Bash and Zsh shell history suggest box

LICENSE=        APACHE20
LICENSE_FILE=   ${WRKSRC}/LICENSE

PLIST_FILES=    bin/hh bin/hstr man/man1/hh.1.gz man/man1/hstr.1.gz

USES=           autoreconf ncurses readline
USE_GITHUB=     yes
GH_ACCOUNT=     dvorka
GNU_CONFIGURE=  yes

.include <bsd.port.mk>

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


More information about the freebsd-ports-bugs mailing list