aboutsummaryrefslogtreecommitdiffstats
path: root/games/lmpc
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2006-03-20 19:01:37 +0800
committerdanfe <danfe@FreeBSD.org>2006-03-20 19:01:37 +0800
commite1493f40eced9f3ac67ad7b91d2e036486d5a236 (patch)
tree0e4fbd1c1c43547a8c8a1f43822f94acf24cbd38 /games/lmpc
parent729dd09b1c0238e85277504d24409a035d014a60 (diff)
downloadfreebsd-ports-gnome-e1493f40eced9f3ac67ad7b91d2e036486d5a236.tar.gz
freebsd-ports-gnome-e1493f40eced9f3ac67ad7b91d2e036486d5a236.tar.zst
freebsd-ports-gnome-e1493f40eced9f3ac67ad7b91d2e036486d5a236.zip
- Fix the build on 4/i386 and perl-less systems [*]
- Minor Makefile cleanups Reported by: krismail [*]
Diffstat (limited to 'games/lmpc')
-rw-r--r--games/lmpc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/lmpc/Makefile b/games/lmpc/Makefile
index 1c508c6c190c..c922485cc72f 100644
--- a/games/lmpc/Makefile
+++ b/games/lmpc/Makefile
@@ -14,8 +14,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= danfe@FreeBSD.org
COMMENT= A tool to manipulate games demo recordings
-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
@@ -31,8 +32,7 @@ IGNORE= assumes sizeof(long) == 4
pre-patch: .SILENT
${REINPLACE_CMD} -e 's,bin doc src spec,bin src,' ${WRKSRC}/Makefile.in
# Include <sys/types.h> before <sys/shm.h>, at least alpha needs it
- ( ${ECHO_CMD} 37t33 ; ${ECHO_CMD} 38d ; ${ECHO_CMD} wq ) | \
- ${ED} -s ${WRKSRC}/src/dbs.c
+ ${ECHO_CMD} -e '37t30\n38d\nwq' | ${ED} -s ${WRKSRC}/src/dbs.c
do-install:
.for s in ${SCRIPTS}