summaryrefslogtreecommitdiff
path: root/security/libtomcrypt/files/patch-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libtomcrypt/files/patch-makefile')
-rw-r--r--security/libtomcrypt/files/patch-makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/security/libtomcrypt/files/patch-makefile b/security/libtomcrypt/files/patch-makefile
deleted file mode 100644
index a582545b8fb2..000000000000
--- a/security/libtomcrypt/files/patch-makefile
+++ /dev/null
@@ -1,29 +0,0 @@
---- makefile.orig Thu Dec 30 19:55:17 2004
-+++ makefile Tue Jan 11 12:10:05 2005
-@@ -50,13 +50,13 @@
- #INCPATH-The directory to install the header files for libtomcrypt.
- #DATAPATH-The directory to install the pdf docs.
- DESTDIR=
--LIBPATH=/usr/lib
--INCPATH=/usr/include
--DATAPATH=/usr/share/doc/libtomcrypt/pdf
-+LIBPATH=$(PREFIX)/lib
-+INCPATH=$(PREFIX)/include
-+DATAPATH=$(PREFIX)/share/doc/libtomcrypt/pdf
-
- #Who do we install as?
- USER=root
--GROUP=root
-+GROUP=wheel
-
- #List of objects to compile.
-
-@@ -251,7 +251,7 @@
- latex crypt > /dev/null
- makeindex crypt.idx > /dev/null
- latex crypt > /dev/null
-- dvipdf crypt
-+ dvipdft crypt
- mv -ivf crypt.pdf doc/crypt.pdf
- rm -f $(LEFTOVERS)
-