summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/portdupe')
-rwxr-xr-xscripts/portdupe2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/portdupe b/scripts/portdupe
index 697c3fc37..f9e4d3f37 100755
--- a/scripts/portdupe
+++ b/scripts/portdupe
@@ -12,7 +12,7 @@ if [ $1 ]; then
fi
# Checking, displaying, etc.
-for PACKAGE in */*; do
+for PACKAGE in *-*/*; do
if [[ -d ${PORTDIR}/${PACKAGE} ]] && [[ $(basename ${PACKAGE}) != "CVS" ]] && grep -q $(dirname ${PACKAGE}) ${PORTDIR}/profiles/categories; then
# Reset versions from last package checked.
PORTPACK_VERS=""