summaryrefslogtreecommitdiff
path: root/security/sectok/files/patch-Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-12-25 13:20:09 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-12-25 13:20:09 +0000
commit708626061d29b08b9c20d3ea1b9997bfb66820a2 (patch)
tree5f9b05a7cb98b80409eba4d52a440f4258ab5626 /security/sectok/files/patch-Makefile
parent- Fix build with clang (diff)
- Respect CC/CFLAGS
- Support staging PR: ports/184845 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes: svn path=/head/; revision=337414
Diffstat (limited to 'security/sectok/files/patch-Makefile')
-rw-r--r--security/sectok/files/patch-Makefile41
1 files changed, 0 insertions, 41 deletions
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)