Reduce some whitespace and consistensify variable substitution syntax.

This commit is contained in:
Alexey Dokuchaev 2011-08-31 17:50:44 +00:00
parent 363fc36d29
commit 344dd6ea57
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280866

View file

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