diff options
author | asami <asami@FreeBSD.org> | 2001-03-25 10:07:27 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-03-25 10:07:27 +0800 |
commit | 82f80aadcdfba72398f5bde5099fcaf15e0fe37f (patch) | |
tree | 79698d47f22bb79aec9dd7e5e8d67ceac6513e81 | |
parent | 79aeb81d882eab5be9064384a644b11c6517158f (diff) | |
download | freebsd-ports-gnome-82f80aadcdfba72398f5bde5099fcaf15e0fe37f.tar.gz freebsd-ports-gnome-82f80aadcdfba72398f5bde5099fcaf15e0fe37f.tar.zst freebsd-ports-gnome-82f80aadcdfba72398f5bde5099fcaf15e0fe37f.zip |
Directory names are sane-*, not sane_*.
Submitted by: bento
-rw-r--r-- | graphics/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 6df1a3da5172..e424685356a3 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -190,8 +190,8 @@ SUBDIR += ruby-opengl SUBDIR += ruby-qt2gl SUBDIR += s10sh - SUBDIR += sane_backends - SUBDIR += sane_frontends + SUBDIR += sane-backends + SUBDIR += sane-frontends SUBDIR += sced SUBDIR += scrot SUBDIR += scwm-icons |