freebsd-ports/mail/hashcash/files/patch-Makefile
Renato Botelho 8c8523da84 update to 1.18
PR:		ports/83648
Submitted by:	Andrej Zverev <az@inec.ru>
Approved by:	bremner@unb.ca (maintainer), flz (mentor)
2005-07-18 16:52:25 +00:00

24 lines
759 B
Text

--- Makefile.orig Wed Jul 13 12:10:52 2005
+++ Makefile Mon Jul 18 12:23:12 2005
@@ -2,9 +2,9 @@
CHANGEME1 = 1 # put PACKAGER = EBUILD|RPM etc here
CHANGEME2 = 2
CHANGEME3 = 3
-INSTALL_PATH = /usr/bin
-MAN_INSTALL_PATH = /usr/share/man/man1
-DOC_INSTALL_PATH = /usr/share/doc/hashcash-$(HC_VERS)
+INSTALL_PATH = ${PREFIX}/bin
+MAN_INSTALL_PATH = ${PREFIX}/man/man1
+DOC_INSTALL_PATH = ${PREFIX}/share/doc/hashcash
MAKEDEPEND = makedepend
MSLIB = mslib
# here you can choose the regexp style your system has
@@ -16,7 +16,7 @@
# REGEXP =
REGEXP=-DREGEXP_POSIX
COPT_DEBUG = -g
-COPT_GENERIC = -O3
+#COPT_GENERIC = -O3
COPT_GNU = -O3 -funroll-loops
COPT_X86 = -O3 -funroll-loops -march=i386 -mcpu=pentium -mmmx \
-D_REENTRANT -D_THREAD_SAFE -fPIC