summaryrefslogtreecommitdiff
path: root/misc/gnome-dirs
diff options
context:
space:
mode:
authorjlam <jlam>2005-04-28 23:04:08 +0000
committerjlam <jlam>2005-04-28 23:04:08 +0000
commite012f7b8ea3bfaa42876ff7a9c2291c3fdeac453 (patch)
treea28a5edbce25cada8e696909b41429064e533b78 /misc/gnome-dirs
parent6567d00e6144492a50b6ae29e306cb1b6e48f6d2 (diff)
downloadpkgsrc-e012f7b8ea3bfaa42876ff7a9c2291c3fdeac453.tar.gz
We don't need to use ${SORT} to sort a list -- just use the :O modifier.
Diffstat (limited to 'misc/gnome-dirs')
-rw-r--r--misc/gnome-dirs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/gnome-dirs/Makefile b/misc/gnome-dirs/Makefile
index 6cf4fbecf92..c8c640efec5 100644
--- a/misc/gnome-dirs/Makefile
+++ b/misc/gnome-dirs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:34 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/04/28 23:04:08 jlam Exp $
#
DISTNAME= gnome-dirs-1.5
@@ -22,8 +22,7 @@ NO_BUILD= # defined
.include "dirs.mk"
.include "../../mk/bsd.prefs.mk"
-_SORTED!= ${ECHO} ${GNOME_DIRS} | ${TR} -s ' \t' '\n' | ${SORT}
-MAKE_DIRS+= ${_SORTED:S/^/${PREFIX}\//}
+MAKE_DIRS+= ${GNOME_DIRS:O:S/^/${PREFIX}\//}
do-install: # nothing