diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-29 09:38:43 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-03-29 09:38:43 +0000 |
commit | 881695723109e6cfb62e294832ca0d81123bd820 (patch) | |
tree | 83dca263cec60b9f2645073356e84ddc292df9f5 /games/ltris | |
parent | 3f50390e8944cf4e235d2babc2b00cd1e55fb593 (diff) | |
download | ports-881695723109e6cfb62e294832ca0d81123bd820.tar.gz ports-881695723109e6cfb62e294832ca0d81123bd820.zip |
Fix install
Notes
Notes:
svn path=/head/; revision=105598
Diffstat (limited to 'games/ltris')
-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 78934525f20f..d015bf470bc3 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} |