Reduce some whitespace and consistensify variable substitution syntax.
This commit is contained in:
parent
363fc36d29
commit
344dd6ea57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280866
1 changed files with 3 additions and 3 deletions
|
@ -18,15 +18,15 @@ COMMENT= A tool to manipulate games demo recordings
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
|
||||
SCRIPTS= dema dm2cat procdm2.pl
|
||||
PROGRAMS= dbs demcut lmpc
|
||||
FETCHED_DOCS= ${PORTNAME}.html ${PORTNAME}.pdf ${PORTNAME}.sgml
|
||||
PORTDOCS= *
|
||||
PLIST_FILES= ${SCRIPTS:S/^/bin\//} ${PROGRAMS:S/^/bin\//}
|
||||
PLIST_FILES= ${SCRIPTS:S,^,bin/,} ${PROGRAMS:S,^,bin/,}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
Loading…
Reference in a new issue