diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 21:14:46 +0800 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 21:14:46 +0800 |
commit | fdad5368da46e5a466a745dc54b9cc704c827712 (patch) | |
tree | ee7c5a37f3481cfeb35d27e51de2a123642e6bd1 /www/firefox10 | |
parent | c21417841cf151ce176d59ecdc3203749e2a3012 (diff) | |
download | freebsd-ports-gnome-fdad5368da46e5a466a745dc54b9cc704c827712.tar.gz freebsd-ports-gnome-fdad5368da46e5a466a745dc54b9cc704c827712.tar.zst freebsd-ports-gnome-fdad5368da46e5a466a745dc54b9cc704c827712.zip |
Use the SORT macro defined in bsd.port.mk.
Diffstat (limited to 'www/firefox10')
-rw-r--r-- | www/firefox10/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/firefox10/Makefile b/www/firefox10/Makefile index e165160248dc..0f867ae6042b 100644 --- a/www/firefox10/Makefile +++ b/www/firefox10/Makefile @@ -52,8 +52,6 @@ PLUGINSDIR= ${PREFIX}/lib/browser_plugins #BROKEN+=please make sure you have given the command \'use.perl port\'. #.endif # ${PERL_LEVEL} < 500601 -SORT?=/usr/bin/sort - .if defined(WITH_DEBUG) WITH_LOGGING= yes CONFIGURE_ENV+= WITH_DEBUG=yes |