svn commit: r322886 - head/www/thundersnarf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 13 05:38:21 UTC 2013


Author: sunpoet
Date: Sat Jul 13 05:38:21 2013
New Revision: 322886
URL: http://svnweb.freebsd.org/changeset/ports/322886

Log:
  - Cleanup :install target which was previously done by bdrewery in r316958
  
  Pointyhat to:	sunpoet (myself)

Modified:
  head/www/thundersnarf/Makefile

Modified: head/www/thundersnarf/Makefile
==============================================================================
--- head/www/thundersnarf/Makefile	Sat Jul 13 05:38:02 2013	(r322885)
+++ head/www/thundersnarf/Makefile	Sat Jul 13 05:38:21 2013	(r322886)
@@ -42,7 +42,7 @@ RUN_DEPENDS+=	${LOCALBASE}/lib/php/${PHP
 USE_PHP+=	curl pcre bcmath pdo mcrypt mhash session pgsql spl dom xmlrpc ctype openssl simplexml soap json
 .endif
 
-LIB_DEPENDS+=	curl:${PORTSDIR}/ftp/curl:install
+LIB_DEPENDS+=	curl:${PORTSDIR}/ftp/curl
 
 SUB_FILES=	pkg-message
 


More information about the svn-ports-all mailing list