aboutsummaryrefslogtreecommitdiff
path: root/www/surf
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2010-01-06 21:08:11 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2010-01-06 21:08:11 +0000
commitfc1221bd3692f4d4e16380633be129758823ed61 (patch)
tree95788c9c57876db64cbdba4870ae6035aa093455 /www/surf
parent536e64cfd1e4e6992b7021b63bd20ff56cb01e3f (diff)
downloadports-fc1221bd3692f4d4e16380633be129758823ed61.tar.gz
ports-fc1221bd3692f4d4e16380633be129758823ed61.zip
- Added NO_LATEST_LINK to avoid Latest conflict with the math/surf port
Reported by: portmgr (erwin)
Notes
Notes: svn path=/head/; revision=247284
Diffstat (limited to 'www/surf')
-rw-r--r--www/surf/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/surf/Makefile b/www/surf/Makefile
index a4106d882e4d..1378e59effce 100644
--- a/www/surf/Makefile
+++ b/www/surf/Makefile
@@ -23,6 +23,9 @@ MAN1= surf.1
PLIST_FILES= bin/surf
PORTDOCS= LICENSE README
+# Name conflicts with the math/surf port
+NO_LATEST_LINK= yes
+
pre-everything::
@${ECHO_MSG} "You can build surf with your own config.h using the SURF_CONF knob:"
@${ECHO_MSG} "make SURF_CONF=/path/to/surf/config.h install clean"