freebsd-ports/russian/ircd-hybrid/files/patch-tools-Makefile.in
Rodrigo Osorio 2c2e201261 - stagify the port
- fix clang issues
- fix plist issues

Approved by:	bapt (mentor)
2014-06-13 11:40:46 +00:00

13 lines
373 B
Text

--- tools/Makefile.in.orig 2006-12-19 15:53:05.000000000 +0000
+++ tools/Makefile.in 2014-04-01 12:39:48.914994557 +0000
@@ -18,8 +18,8 @@
INCLUDES = -I../include $(SSL_INCLUDES)
-prefix = $(DESTDIR)@prefix@
-exec_prefix = $(DESTDIR)@exec_prefix@
+prefix = @prefix@
+exec_prefix = @exec_prefix@
bindir = $(DESTDIR)@bindir@
datarootdir = $(DESTDIR)@datarootdir@