- Use FAKE_FLAGS instead of patching configure.
ok pirofti@ (MAINTAINER)
This commit is contained in:
parent
4d5f4d0f09
commit
c8c703b5fb
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2011/03/23 09:28:53 pirofti Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2011/03/23 09:48:07 jasper Exp $
|
||||
|
||||
COMMENT = SMTP plugin for MUAs
|
||||
|
||||
@ -28,6 +28,8 @@ CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ARGS = --with-libgsasl=no \
|
||||
--with-libidn=yes \
|
||||
--with-ssl=openssl
|
||||
FAKE_FLAGS = mandir="${PREFIX}/man" \
|
||||
infodir="${PREFIX}/info"
|
||||
USE_GROFF = Yes
|
||||
|
||||
post-install:
|
||||
|
@ -1,20 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.10 2011/03/23 09:28:53 pirofti Exp $
|
||||
--- configure.orig Mon Jan 17 22:29:00 2011
|
||||
+++ configure Tue Mar 22 14:22:08 2011
|
||||
@@ -1344,14 +1344,14 @@ localstatedir='${prefix}/var'
|
||||
includedir='${prefix}/include'
|
||||
oldincludedir='/usr/include'
|
||||
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
||||
-infodir='${datarootdir}/info'
|
||||
+infodir='${prefix}/info'
|
||||
htmldir='${docdir}'
|
||||
dvidir='${docdir}'
|
||||
pdfdir='${docdir}'
|
||||
psdir='${docdir}'
|
||||
libdir='${exec_prefix}/lib'
|
||||
localedir='${datarootdir}/locale'
|
||||
-mandir='${datarootdir}/man'
|
||||
+mandir='${prefix}/man'
|
||||
|
||||
ac_prev=
|
||||
ac_dashdash=
|
Loading…
Reference in New Issue
Block a user