diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2010-02-03 23:09:52 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2010-02-03 23:09:52 +0000 |
commit | f2400385c9f18b1c286660ca90f04817d1790d77 (patch) | |
tree | 36c2fc6af984ea8e26c14264c2fa6c4d0f30929b /www/transmission-web/Makefile | |
parent | 441169227ea62eb8231f23479f595cd6358d0537 (diff) | |
download | ports-f2400385c9f18b1c286660ca90f04817d1790d77.tar.gz ports-f2400385c9f18b1c286660ca90f04817d1790d77.zip |
Notes
Diffstat (limited to 'www/transmission-web/Makefile')
-rw-r--r-- | www/transmission-web/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/transmission-web/Makefile b/www/transmission-web/Makefile index dc6289b65535..40dad5107af0 100644 --- a/www/transmission-web/Makefile +++ b/www/transmission-web/Makefile @@ -21,6 +21,7 @@ NO_BUILD= yes post-extract: @${FIND} ${WRKSRC}/web -name .svn | ${XARGS} ${RM} -rf + @${FIND} ${WRKSRC}/web -name Makefile.* | ${XARGS} ${RM} -rf do-install: @${MKDIR} ${DATADIR}/web |