mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
- Replace pkg-comment with COMMENT to reflect latest (*sigh*) changes
in the ports framework. PR: ports/62767 Submitted by: Igor Pokrovsky <tiamat@comset.net> Approved by: maintainer timeout (> 8 months)
This commit is contained in:
parent
aa820a71ce
commit
a9c04539e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133101
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,6 @@ sub bareskel {
|
|||
|
||||
`printf "\n" > $tmpdir/pkg-plist`;
|
||||
`printf "\n" > $tmpdir/pkg-descr`;
|
||||
`printf "A\n" > $tmpdir/pkg-comment`;
|
||||
}
|
||||
|
||||
sub writemk {
|
||||
|
@ -125,8 +124,9 @@ EOF
|
|||
delete($tmp{"MASTER_SITES"});
|
||||
}
|
||||
|
||||
print MAKEFILE "\nMAINTAINER=\t" . $tmp{"MAINTAINER"} . "\n\n";
|
||||
print MAKEFILE "\nMAINTAINER=\t" . $tmp{"MAINTAINER"} . "\n";
|
||||
delete($tmp{"MAINTAINER"});
|
||||
print MAKEFILE "COMMENT=\t" . "A" . "\n\n";
|
||||
|
||||
if ($tmp{"LIB_DEPENDS"}) {
|
||||
print MAKEFILE "LIB_DEPENDS=". $tmp{"LIB_DEPENDS"} . "\n\n";
|
||||
|
|
Loading…
Add table
Reference in a new issue