aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>