diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-07-05 17:43:22 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-07-05 17:43:22 +0000 |
commit | 8a920380ee96880684cf0c4449af03d50e1a9b72 (patch) | |
tree | 6f3d0ebc0efa3557b2cd8cabe11724b5f40d9afc /www/webstone/Makefile | |
parent | @dirrm share/games (diff) |
Remove *.orig in post-patch so they won't be installed.
Found by: bento
Diffstat (limited to 'www/webstone/Makefile')
-rw-r--r-- | www/webstone/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/webstone/Makefile b/www/webstone/Makefile index 9810e44dad23..8fb8426a880f 100644 --- a/www/webstone/Makefile +++ b/www/webstone/Makefile @@ -22,6 +22,10 @@ NO_INSTALL_MANPAGES= yes post-extract: ( cd ${WRKSRC}; make clobber ) +# otherwise these files will be installed by do-install target below +post-patch: + find ${WRKSRC}/.. -name '*.orig' | xargs rm -f + do-install: @${MKDIR} ${PREFIX}/webstone/bin @${MKDIR} ${PREFIX}/webstone/conf |