- remove unneeded patch

- prevent patch left-over from ending up in PLIST
This commit is contained in:
jasper 2011-05-01 20:38:18 +00:00
parent d52574a8af
commit 2b21a3e13c
2 changed files with 7 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2010/11/19 22:31:35 espie Exp $
# $OpenBSD: Makefile,v 1.27 2011/05/01 20:38:18 jasper Exp $
COMMENT= HTTP and WebDAV client library, with C interface
@ -29,6 +29,8 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
ac_cv_path_CERTUTIL="" \
ac_cv_path_PK12UTIL=""
FAKE_FLAGS= docdir=${PREFIX}/share/doc/neon/
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--with-ca-bundle=/etc/ssl/cert.pem \
--with-ssl=openssl \
@ -38,6 +40,10 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
post-extract:
${INSTALL} -m 555 ${FILESDIR}/krb5-config ${WRKDIR}/bin
# Prevent this from ending up in PLIST
pre-configure:
rm ${WRKSRC}/macros/neon.m4.orig
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/neon/macros
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/neon

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-Makefile_in,v 1.3 2008/11/13 13:14:05 ajacoutot Exp $
--- Makefile.in.orig Sat Jul 19 23:56:05 2008
+++ Makefile.in Sun Nov 9 15:51:07 2008
@@ -22,7 +22,7 @@ man1dir = $(mandir)/man1
man3dir = $(mandir)/man3
datarootdir = @datarootdir@
datadir = @datadir@
-docdir = $(datadir)/doc/neon-@NEON_VERSION@
+docdir = $(datadir)/doc/neon
includedir = @includedir@
neonincludes = $(includedir)/neon
pkgconfigdir = $(libdir)/pkgconfig