From: Stefan Schantl Date: Sun, 3 May 2009 08:35:17 +0000 (+0200) Subject: Fixed lfs/portmap, added license information. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1545e97541fd2d149b2f1ff9bf03ba6c1b6b7cb;p=ipfire-3.x.git Fixed lfs/portmap, added license information. --- diff --git a/lfs/portmap b/lfs/portmap index 4c345e9ac..53c25cb68 100644 --- a/lfs/portmap +++ b/lfs/portmap @@ -41,7 +41,7 @@ DEBUG = no DEPS = URL = http://neil.brown.name/portmap/ -LICENSE = +LICENSE = BSD 3 - Clause SHORT_DESC = DARPA port to RPC program number mapper. define LONG_DESC @@ -84,7 +84,7 @@ $(OBJECT): $(objects) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) #Patch to allow compile without tcp-wrappers - patch -Np1 -i portmap-6.0-tcpd.patch + cd $(DIR_APP) && patch -Np1 -i portmap-6.0-tcpd.patch cd $(DIR_APP) && make $(PARALLELISMFLAGS) cd $(DIR_APP) && make install @rm -rf $(DIR_APP)