From 708626061d29b08b9c20d3ea1b9997bfb66820a2 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Wed, 25 Dec 2013 13:20:09 +0000 Subject: - Respect CC/CFLAGS - Support staging PR: ports/184845 Submitted by: KATO Tsuguru --- security/sectok/files/patch-Makefile | 41 ------------------------------------ 1 file changed, 41 deletions(-) delete mode 100644 security/sectok/files/patch-Makefile (limited to 'security/sectok/files/patch-Makefile') diff --git a/security/sectok/files/patch-Makefile b/security/sectok/files/patch-Makefile deleted file mode 100644 index b1867f2e4a06..000000000000 --- a/security/sectok/files/patch-Makefile +++ /dev/null @@ -1,41 +0,0 @@ ---- Makefile.orig Thu Jan 3 21:16:01 2002 -+++ Makefile Mon Sep 29 01:00:21 2003 -@@ -1,13 +1,19 @@ - # Standard installation: --INCLUDES= --LIBS= -lsectok -lcrypto -+#INCLUDES= -+#LIBS= -lsectok -lcrypto -+ -+# FreeBSD -+#PREFIX?= ${PREFIX} -+#LOCALBASE?= ${LOCALBASE} -+INCLUDES= -I$(LOCALBASE)/include -+LIBS= -L$(LOCALBASE)/lib -lsectok -lcrypto - - # For building locally (libsectok not installed) - #INCLUDES= -I../libsectok - #LIBS= ../libsectok/libsectok.a -lcrypto - - # If crypto is included with openssl you might need this --#INCLUDES= -I/usr/include/openssl -+INCLUDES+= -I${OPENSSLINC} - - # You shouldn't have to change anything below this line - -@@ -17,7 +23,6 @@ - CC= gcc - CFLAGS= -g -Wall - INSTALL= install --PREFIX= /usr/local - RELEASE= sectok-`date "+%Y%m%d"` - - all : $(TARGETS) -@@ -30,6 +35,7 @@ - - install : - $(INSTALL) $(TARGETS) $(PREFIX)/bin -+ $(INSTALL) sectok.1 $(PREFIX)/man/man1 - - release : - rm -rf $(RELEASE) -- cgit v1.2.3