aboutsummaryrefslogtreecommitdiff
path: root/games/lmpc
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-08-31 17:50:44 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-08-31 17:50:44 +0000
commit344dd6ea57f3dc8a76c6b2dc95a1ebe8b826d51d (patch)
treeb8dcfbe2379b08a88202b588997d3a19ce2f5393 /games/lmpc
parent363fc36d2901b71bcce76fd572016f66f0137fc8 (diff)
downloadports-344dd6ea57f3dc8a76c6b2dc95a1ebe8b826d51d.tar.gz
ports-344dd6ea57f3dc8a76c6b2dc95a1ebe8b826d51d.zip
Reduce some whitespace and consistensify variable substitution syntax.
Notes
Notes: svn path=/head/; revision=280866
Diffstat (limited to 'games/lmpc')
-rw-r--r--games/lmpc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/lmpc/Makefile b/games/lmpc/Makefile
index 9b1beb2a885c..1deffe20bbbb 100644
--- a/games/lmpc/Makefile
+++ b/games/lmpc/Makefile
@@ -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>