diff options
author | asami <asami@FreeBSD.org> | 2000-07-06 01:43:22 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-07-06 01:43:22 +0800 |
commit | 29e59a843c6cb20b1fbd3a110a8fb37f09024e4c (patch) | |
tree | 0557e7170fa344913833d9adef20e611df2ef7db /www/webstone | |
parent | 8b76b7fe695ea9ce6c679f3ba7c36bc17181bd19 (diff) | |
download | freebsd-ports-gnome-29e59a843c6cb20b1fbd3a110a8fb37f09024e4c.tar.gz freebsd-ports-gnome-29e59a843c6cb20b1fbd3a110a8fb37f09024e4c.tar.zst freebsd-ports-gnome-29e59a843c6cb20b1fbd3a110a8fb37f09024e4c.zip |
Remove *.orig in post-patch so they won't be installed.
Found by: bento
Diffstat (limited to 'www/webstone')
-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 |