Files
pkgsrc-ng/net/chksniff/patches/patch-aa
2013-09-26 17:14:40 +02:00

20 lines
441 B
Plaintext

$NetBSD: patch-aa,v 1.2 2009/03/02 17:40:03 joerg Exp $
--- src/Makefile.in.orig 2003-04-06 13:22:35.000000000 -0700
+++ src/Makefile.in
@@ -1,4 +1,4 @@
-CC=gcc
+CC=@CC@
CFLAGS=@CFLAGS@
INC=-I../include
INSDIR=@prefix@/bin
@@ -12,7 +12,7 @@ chksniff.o: chksniff.c
$(CC) $(CFLAGS) $(INC) -c chksniff.c
install:
- cp chksniff $(INSDIR)
+ $(BSD_INSTALL_PROGRAM) chksniff ${DESTDIR}$(INSDIR)
uninstall:
rm $(INSDIR)/chksniff