Fix install by not triggering a secondary configure run.

Problem reported by J.A. Neitzel <jneitzel@sdf.lonestar.org>,
analyzed by danh@, this fix from me.
This commit is contained in:
naddy 2002-10-01 12:23:42 +00:00
parent a653eafeac
commit 1884e35fb5

View File

@ -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= "network time protocol implementation"
COMMENT-doc= "network time protocol documentation" COMMENT-doc= "network time protocol documentation"
@ -33,6 +33,9 @@ CONFIGURE_ARGS+= --bindir='${PREFIX}/sbin' \
--with-openssl-incdir=/usr/include \ --with-openssl-incdir=/usr/include \
--with-crypto=openssl --with-crypto=openssl
post-patch:
@touch ${WRKSRC}/aclocal.m4
post-install: post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ntp ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ntp
@cd ${WRKSRC}/html && pax -rw * ${PREFIX}/share/doc/ntp @cd ${WRKSRC}/html && pax -rw * ${PREFIX}/share/doc/ntp