diff options
author | hira <hira@pkgsrc.org> | 2007-09-25 10:03:52 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-09-25 10:03:52 +0000 |
commit | 61802bc79f0a8048f4235d5027ea9ef65736b7c2 (patch) | |
tree | c5f5066db531491fbb3eef2725efb362ebab9b0d /games/craft/Makefile | |
parent | 2e35d687fd1b7fe3952c55b2e20786de18e5a402 (diff) | |
download | pkgsrc-61802bc79f0a8048f4235d5027ea9ef65736b7c2.tar.gz |
Back out previous. Pointed out by uebayasi@ and martti@.
Diffstat (limited to 'games/craft/Makefile')
-rw-r--r-- | games/craft/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/craft/Makefile b/games/craft/Makefile index adeda7eacbd..0fcf0f5776b 100644 --- a/games/craft/Makefile +++ b/games/craft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2007/09/25 08:31:53 hira Exp $ +# $NetBSD: Makefile,v 1.24 2007/09/25 10:03:52 hira Exp $ DISTNAME= craftcc35 PKGNAME= craft-3.5 @@ -28,7 +28,7 @@ SUBST_SED.buttons= -e 's+buttons+${PREFIX}/share/craft/buttons+' post-extract: find ${WRKSRC} -type f -name '*~' -print | xargs rm -f - ${LN} -fs ${FILESDIR}/Makefile ${WRKSRC} + ln -fs ${FILESDIR}/Makefile ${WRKSRC} for f in `find ${WRKSRC} -name "*.hc" -type f -print`; do \ ${ECHO} "" >>$$f; \ done |