Bug 223851 - ports-mgmt/portlint: Doesn't complain about the out-of-order PLIST_FILES
Summary: ports-mgmt/portlint: Doesn't complain about the out-of-order PLIST_FILES
Status: Closed Works As Intended
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Joe Marcus Clarke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-24 19:43 UTC by Yuri Victorovich
Modified: 2017-12-28 23:24 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (marcus)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Victorovich freebsd_committer freebsd_triage 2017-11-24 19:43:54 UTC
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@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>
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2017-12-28 23:24:31 UTC
Portlint does complain about the order or variables in Makefiles.  This Makefile has the variables in the right order.  I don't see the bug here.