Udiff Makefile.sfw
--- /export/home/steve/work/usr/webrev/src/cmd/proftpd/Makefile.sfw-    Mon Jan 14 21:02:42 2008
+++ Makefile.sfw        Mon Jan 14 04:46:58 2008
@@ -20,17 +20,17 @@
 #
 #
 
 
 #
-# Copyright 2007 Sun Microsystems, Inc.  All Rights Reserved.
+# Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.
 # Use is subject to license terms.
 #
 #
 
 
-VER=proftpd-1.2.10rc1
+VER=proftpd-1.3.1
 README=README.SFWpftpd
 
 all: $(VER)/config.status
        (cd $(VER); env \
            CC=$(SRC)/tools/gcc CXX=$(SRC)/tools/g++ \
@@ -53,11 +53,10 @@
        ./configure --enable-initgroups --prefix=/opt/sfw)
 
 $(VER)/configure: $(VER).tar.bz2
        /usr/bin/bzip2 -dc $(VER).tar.bz2 | /usr/sfw/bin/gtar xpf -
        touch $(VER)/configure
-       /usr/bin/gpatch -p0 < mod_xfer.c.patch
 
 clean:
        -rm -rf $(VER)
 
 include ../Makefile.targ