diff options
author | lioux <lioux@FreeBSD.org> | 2003-06-15 16:48:40 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-06-15 16:48:40 +0000 |
commit | e66ebcfe658bf4f30c78cb026664a88c17179580 (patch) | |
tree | a343395bcd36d36b3729a9c2545c8c5ada5c5622 /misc/upclient | |
parent | e58c1d448377c0785dd278c92669adf5fd5bf3f3 (diff) | |
download | FreeBSD-ports-e66ebcfe658bf4f30c78cb026664a88c17179580.zip FreeBSD-ports-e66ebcfe658bf4f30c78cb026664a88c17179580.tar.gz |
Fix install
Submitted by: maintainer
Prompteb by: bento,
kris
Diffstat (limited to 'misc/upclient')
-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 e467435..481b06c 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 # |