Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2017 19:43:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223851] ports-mgmt/portlint: Doesn't complain about the out-of-order PLIST_FILES
Message-ID:  <bug-223851-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223851

            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@FreeBSD.org
          Reporter: yuri@freebsd.org
             Flags: maintainer-feedback?(marcus@FreeBSD.org)
          Assignee: marcus@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=3D       hstr
DISTVERSION=3D    1.23
CATEGORIES=3D     sysutils

MAINTAINER=3D     monsieurp@gentoo.org
COMMENT=3D        Bash and Zsh shell history suggest box

LICENSE=3D        APACHE20
LICENSE_FILE=3D   ${WRKSRC}/LICENSE

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

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

.include <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223851-13>