- 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:
Florent Thoumie 2005-04-11 22:21:41 +00:00
parent aa820a71ce
commit a9c04539e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133101

View file

@ -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";