diff options
Diffstat (limited to 'misc/upclient/Makefile')
-rw-r--r-- | misc/upclient/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/upclient/Makefile b/misc/upclient/Makefile index e467435628f9..481b06c9f27f 100644 --- a/misc/upclient/Makefile +++ b/misc/upclient/Makefile @@ -37,6 +37,14 @@ DOC_FILES+= HISTORY-BETA .include <bsd.port.pre.mk> +# Post-extract +# + +post-extract: rename-doc + +rename-doc: + @${MV} ${WRKSRC}/doc/"Uptimes Protocol 5" ${WRKSRC}/doc/UptimesProtocol5 + # Post-patch # |