diff options
author | mnag <mnag@FreeBSD.org> | 2005-09-29 00:37:35 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-09-29 00:37:35 +0800 |
commit | 77bb2ab21c5c9a41030047672d097c4915222578 (patch) | |
tree | 6552790b8afa8a5295875328ade69308e50b8e3a /archivers/Makefile | |
parent | 13a9632ac80929821ae18a826279df58230368be (diff) | |
download | freebsd-ports-gnome-77bb2ab21c5c9a41030047672d097c4915222578.tar.gz freebsd-ports-gnome-77bb2ab21c5c9a41030047672d097c4915222578.tar.zst freebsd-ports-gnome-77bb2ab21c5c9a41030047672d097c4915222578.zip |
New port
deb2targz is a very small perl script for converting Debian Linux .deb packages
to a .tar.gz. deb2targz does not need any external programs like 'ar' or 'tar'.
PR: 86641
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Approved by: pav (mentor)
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 ab5d5f1d7371..ff4ba0c376a7 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -13,6 +13,7 @@ SUBDIR += bzip2 SUBDIR += cabextract SUBDIR += dact + SUBDIR += deb2targz SUBDIR += deepforest SUBDIR += dpkg SUBDIR += dynamite |