diff options
author | danfe <danfe@FreeBSD.org> | 2006-03-20 19:01:37 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2006-03-20 19:01:37 +0800 |
commit | e1493f40eced9f3ac67ad7b91d2e036486d5a236 (patch) | |
tree | 0e4fbd1c1c43547a8c8a1f43822f94acf24cbd38 /games | |
parent | 729dd09b1c0238e85277504d24409a035d014a60 (diff) | |
download | freebsd-ports-graphics-e1493f40eced9f3ac67ad7b91d2e036486d5a236.tar.gz freebsd-ports-graphics-e1493f40eced9f3ac67ad7b91d2e036486d5a236.tar.zst freebsd-ports-graphics-e1493f40eced9f3ac67ad7b91d2e036486d5a236.zip |
- Fix the build on 4/i386 and perl-less systems [*]
- Minor Makefile cleanups
Reported by: krismail [*]
Diffstat (limited to 'games')
-rw-r--r-- | games/lmpc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/lmpc/Makefile b/games/lmpc/Makefile index 1c508c6c190..c922485cc72 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} |