diff options
author | arved <arved@FreeBSD.org> | 2004-03-29 09:38:43 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-03-29 09:38:43 +0000 |
commit | 3f95096a676478655133282169e79f3bd00ac7a5 (patch) | |
tree | 1a4a7a464c12d48b8a11743aff67f6ef1418610f | |
parent | 6392a52e8c6ad924237b7f166a6d4a9176bd35d1 (diff) | |
download | FreeBSD-ports-3f95096a676478655133282169e79f3bd00ac7a5.zip FreeBSD-ports-3f95096a676478655133282169e79f3bd00ac7a5.tar.gz |
Fix install
-rw-r--r-- | games/ltris/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/ltris/Makefile b/games/ltris/Makefile index 7893452..d015bf4 100644 --- a/games/ltris/Makefile +++ b/games/ltris/Makefile @@ -23,15 +23,12 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502103 -BROKEN= "Does not install on FreeBSD >= 5.x" -.endif - post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|"SDL/SDL|"SDL|g ; \ s|<SDL/SDL|<SDL|g' + @${REINPLACE_CMD} -e 's|--mode=666||g' ${WRKSRC}/src/Makefile.in post-install: ${CHOWN} root:games ${PREFIX}/bin/${PORTNAME} |