]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/gnu-netcat
Remove the nc symlink from netcat package and rename to gnu-netcat (gnu-netcat is...
[ipfire-2.x.git] / lfs / gnu-netcat
similarity index 96%
rename from lfs/netcat
rename to lfs/gnu-netcat
index d07669b6d8520376df9daf206086cc7d5b886741..77ddf5efc83fc10c98233f053c84d88801854fd0 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2016 IPFire Team  <info@ipfire.org>                           #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -31,7 +31,7 @@ DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-PROG       = netcat
+PROG       = gnu-netcat
 PAK_VER    = 1
 
 DEPS       = ""
@@ -54,7 +54,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
@@ -80,5 +80,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && ./configure --prefix=/usr
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
+       rm -f /usr/bin/nc
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)