diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-15 16:48:40 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-06-15 16:48:40 +0000 |
commit | fe5178ede2431c1d1fbfd8965ae6b0197b9745a3 (patch) | |
tree | ad45d51c6324cdb28443b15eac547b918dfd7e5e /misc | |
parent | merge from kde-freebsd Repository: (diff) |
Fix install
Submitted by: maintainer
Prompteb by: bento,
kris
Diffstat (limited to 'misc')
-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 # |