diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-22 21:14:46 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-22 21:14:46 +0800 |
commit | 16a4c59f41133bf5de531e4e49efbe15dfd1f6b3 (patch) | |
tree | a25062c5d03098837f4a27a9e2abcba07c9182ae /www/firefox35 | |
parent | 3093c012024ba0f645c858b2e9b0da8ff0d5e7c7 (diff) | |
download | freebsd-ports-gnome-16a4c59f41133bf5de531e4e49efbe15dfd1f6b3.tar.gz freebsd-ports-gnome-16a4c59f41133bf5de531e4e49efbe15dfd1f6b3.tar.zst freebsd-ports-gnome-16a4c59f41133bf5de531e4e49efbe15dfd1f6b3.zip |
Use the SORT macro defined in bsd.port.mk.
Diffstat (limited to 'www/firefox35')
-rw-r--r-- | www/firefox35/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index e165160248dc..0f867ae6042b 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/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 |