diff options
author | miwi <miwi@FreeBSD.org> | 2010-01-27 21:02:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-01-27 21:02:17 +0800 |
commit | a0791c6db62ae73a92443f10775ebd5bdd1ed5df (patch) | |
tree | 6f3b28128f09c4ad935244f238aa5a12999be219 /misc/Makefile | |
parent | d733861f82a7226cdfeb65e8cc0c17ef10f5806d (diff) | |
download | freebsd-ports-gnome-a0791c6db62ae73a92443f10775ebd5bdd1ed5df.tar.gz freebsd-ports-gnome-a0791c6db62ae73a92443f10775ebd5bdd1ed5df.tar.zst freebsd-ports-gnome-a0791c6db62ae73a92443f10775ebd5bdd1ed5df.zip |
On Dir is a program that automatically executes scripts as you traverse
directories at a terminal.
In addition to executing scripts in the directory you are entering or leaving,
ondir also executes scripts in directories that are traversed on the way to that
directory.
WWW: http://swapoff.org/wiki/OnDir
PR: ports/143189
Submitted by: ports at c0decafe.net <ports at c0decafe.net>
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 47b8f8290d58..34368b09f8b2 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -370,6 +370,7 @@ SUBDIR += nsf SUBDIR += numchar SUBDIR += nut + SUBDIR += ondir SUBDIR += opencyc SUBDIR += orville-write SUBDIR += ossp-uuid |