From 1884e35fb57f7c0ea413fd339f5f20220c7249c9 Mon Sep 17 00:00:00 2001 From: naddy Date: Tue, 1 Oct 2002 12:23:42 +0000 Subject: [PATCH] Fix install by not triggering a secondary configure run. Problem reported by J.A. Neitzel , analyzed by danh@, this fix from me. --- net/ntp/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 5a7cf250fda..9d8fa8ad3bf 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2002/09/12 16:41:26 danh Exp $ +# $OpenBSD: Makefile,v 1.23 2002/10/01 12:23:42 naddy Exp $ COMMENT= "network time protocol implementation" COMMENT-doc= "network time protocol documentation" @@ -33,6 +33,9 @@ CONFIGURE_ARGS+= --bindir='${PREFIX}/sbin' \ --with-openssl-incdir=/usr/include \ --with-crypto=openssl +post-patch: + @touch ${WRKSRC}/aclocal.m4 + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ntp @cd ${WRKSRC}/html && pax -rw * ${PREFIX}/share/doc/ntp