ports/opt (2.3): netcat: removed 'nc' symlink
commit c182ed7c6b0532538c176ee95df0068794ac059e Author: Antti Nykanen <aon@iki.fi> Date: Tue Jan 23 12:12:13 2007 +0200 netcat: removed 'nc' symlink diff --git a/netcat/.footprint b/netcat/.footprint index 8708aa9..34be43e 100644 --- a/netcat/.footprint +++ b/netcat/.footprint @@ -1,6 +1,5 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -lrwxrwxrwx root/root usr/bin/nc -> netcat -rwxr-xr-x root/root usr/bin/netcat drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ diff --git a/netcat/Pkgfile b/netcat/Pkgfile index 0093bad..5ccedb4 100644 --- a/netcat/Pkgfile +++ b/netcat/Pkgfile @@ -4,7 +4,7 @@ name=netcat version=0.7.1 -release=1 +release=2 source=(http://dl.sourceforge.net/sourceforge/netcat/netcat-0.7.1.tar.bz2) @@ -13,5 +13,5 @@ build() { ./configure --prefix=/usr make make DESTDIR=$PKG install - rm -rf $PKG/usr/{share,info} + rm -rf $PKG/usr/{share,info,bin/nc} }
participants (1)
-
crux@crux.nu