diff options
author | steve <steve@FreeBSD.org> | 1999-12-10 23:21:48 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-10 23:21:48 +0800 |
commit | 51e16a37b108bd4098080fa67742b8b2f6dd1097 (patch) | |
tree | a76d85ff28a2e35bc2fab09c1560b27c68d140d7 /archivers/Makefile | |
parent | 203b4c2c6ee1d0b3d1ebed2b88b09814bd7f5893 (diff) | |
download | freebsd-ports-gnome-51e16a37b108bd4098080fa67742b8b2f6dd1097.tar.gz freebsd-ports-gnome-51e16a37b108bd4098080fa67742b8b2f6dd1097.tar.zst freebsd-ports-gnome-51e16a37b108bd4098080fa67742b8b2f6dd1097.zip |
Moving makeself from misc to archivers. makeself is a shell script that
makes self-extracting shell scripts, and allows you to specify a "setup"
command to execute upon finishing.
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 8d13d2ec6dff..5b531809cfd0 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -12,6 +12,7 @@ SUBDIR += lha SUBDIR += linux_rar SUBDIR += lzo + SUBDIR += makeself SUBDIR += nulib SUBDIR += p5-Compress-Zlib SUBDIR += pkzip |