freebsd-ports/security/knock/files/patch-Makefile.in
Sofian Brabez 6ec4ad0ae6 - Add LICENSE
- Add support for tun devices [1]
- Update MASTER_SITES
- Make happy portlint
- Bump PORTEPOCH

PR:		ports/159078 [1]
Submitted by:	Lung-Pin Chang <changlp at cs.nctu.edu.tw>
Approved by:	jadawin@ (mentor)
2011-09-26 08:26:18 +00:00

20 lines
650 B
Text

--- ./Makefile.in.orig 2005-06-27 07:11:34.000000000 +0200
+++ ./Makefile.in 2011-08-17 13:19:00.000000000 +0200
@@ -15,7 +15,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
# USA.
#
@@ -48,7 +48,7 @@
$(SRCDIR)knock.c \
$(SRCDIR)list.c
-all: knockd knock man
+all: knockd knock
knockd: $(OBJDIR)knockd.o $(OBJDIR)list.o
$(CXX) $(OBJDIR)knockd.o $(OBJDIR)list.o -o $@ $(LDFLAGS) -lpcap