From 67c61e17670966e55301e2c718c2ead5db82d2fe Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Sat, 28 Apr 2007 14:39:24 +0200 Subject: [PATCH] libarchive: don't install bsdtar --- libarchive/.footprint | 4 ---- libarchive/Pkgfile | 7 ++++++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/libarchive/.footprint b/libarchive/.footprint index e6dda12a..8b8d1177 100644 --- a/libarchive/.footprint +++ b/libarchive/.footprint @@ -1,6 +1,4 @@ drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/bsdtar drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/archive.h -rw-r--r-- root/root usr/include/archive_entry.h @@ -11,8 +9,6 @@ lrwxrwxrwx root/root usr/lib/libarchive.so -> libarchive.so.2.1.9 lrwxrwxrwx root/root usr/lib/libarchive.so.2 -> libarchive.so.2.1.9 -rwxr-xr-x root/root usr/lib/libarchive.so.2.1.9 drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/bsdtar.1.gz drwxr-xr-x root/root usr/man/man3/ -rw-r--r-- root/root usr/man/man3/archive_entry.3.gz -rw-r--r-- root/root usr/man/man3/archive_read.3.gz diff --git a/libarchive/Pkgfile b/libarchive/Pkgfile index df5661bd..84a54fc3 100644 --- a/libarchive/Pkgfile +++ b/libarchive/Pkgfile @@ -5,7 +5,7 @@ name=libarchive version=2.1.9 -release=1 +release=2 source=(http://people.freebsd.org/~kientzle/$name/src/$name-$version.tar.gz) build() { @@ -15,4 +15,9 @@ build() { make make DESTDIR=$PKG install + + rm -f $PKG/usr/bin/bsdtar + rm -f $PKG/usr/man/man1/bsdtar.1 + rmdir $PKG/usr/bin + rmdir $PKG/usr/man/man1 }