diff options
author | hubertf <hubertf> | 1998-09-06 16:44:53 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-09-06 16:44:53 +0000 |
commit | 69004979c497c60366d40948256ab0235c28e2a6 (patch) | |
tree | 595c8ff1d96a1e18011ff13779f81f18c64fa786 /games/xdoom | |
parent | ffeacbb460af19f0aba14934ee794e05288adb14 (diff) | |
download | pkgsrc-69004979c497c60366d40948256ab0235c28e2a6.tar.gz |
Remove useless symlink
Diffstat (limited to 'games/xdoom')
-rw-r--r-- | games/xdoom/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xdoom/Makefile b/games/xdoom/Makefile index 08b07d7d607..76135f9e95f 100644 --- a/games/xdoom/Makefile +++ b/games/xdoom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1998/09/06 16:40:46 hubertf Exp $ +# $NetBSD: Makefile,v 1.4 1998/09/06 16:44:53 hubertf Exp $ DISTNAME= linuxdoom-1.10 PKGNAME= xdoom-1.10 @@ -24,7 +24,6 @@ USE_GMAKE= yes post-extract: (cd ${WRKDIR}; tar xzf linuxdoom-1.10.src.tgz) (cd ${WRKDIR}; tar xzf sndserv.tgz) - ln -s /usr/include/soundcard.h ${WRKDIR}/sndserv/linux post-patch: @${MV} ${WRKSRC}/${DISTNAME}/i_sound.c foo |