From e66ebcfe658bf4f30c78cb026664a88c17179580 Mon Sep 17 00:00:00 2001 From: lioux Date: Sun, 15 Jun 2003 16:48:40 +0000 Subject: Fix install Submitted by: maintainer Prompteb by: bento, kris --- misc/upclient/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'misc/upclient') diff --git a/misc/upclient/Makefile b/misc/upclient/Makefile index e467435628f..481b06c9f27 100644 --- a/misc/upclient/Makefile +++ b/misc/upclient/Makefile @@ -37,6 +37,14 @@ DOC_FILES+= HISTORY-BETA .include +# Post-extract +# + +post-extract: rename-doc + +rename-doc: + @${MV} ${WRKSRC}/doc/"Uptimes Protocol 5" ${WRKSRC}/doc/UptimesProtocol5 + # Post-patch # -- cgit