]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed lfs/portmap, added license information.
authorStefan Schantl <Stevee@ipfire.org>
Sun, 3 May 2009 08:35:17 +0000 (10:35 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Sun, 3 May 2009 08:35:17 +0000 (10:35 +0200)
lfs/portmap

index 4c345e9ac8e14cc7ec03fd0d3e4cde3850c4b2cb..53c25cb688518d0ab31b9892f4b2e261649dd017 100644 (file)
@@ -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)