mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Rename MAN1 to MAN1L to make clear we're not requiring or using the old
behaviour, and to fix a DEVELOPER=yes mode warning. Discussed in: #bsdports Approved by: portmgr (blanket)
This commit is contained in:
parent
6b3fc3e25c
commit
efd53ff03d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349796
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ GNU_CONFIGURE= yes
|
|||
PLIST_FILES= bin/kua bin/ua \
|
||||
man/man1/kua.1.gz man/man1/ua.1.gz
|
||||
PORTDOCS= README
|
||||
MAN1= kua.1 ua.1
|
||||
MAN1L= kua.1 ua.1
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
@ -27,7 +27,7 @@ BROKEN= needs gcc4.2 to compile
|
|||
.endif
|
||||
|
||||
post-install:
|
||||
.for i in ${MAN1}
|
||||
.for i in ${MAN1L}
|
||||
${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/man/man1/
|
||||
.endfor
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
|
|
Loading…
Add table
Reference in a new issue